Initial commit of foodsoft 2
This commit is contained in:
commit
5b9a7e05df
657 changed files with 70444 additions and 0 deletions
19
app/views/tasks/_nav.haml
Normal file
19
app/views/tasks/_nav.haml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#start_nav{:style => "float:right"}
|
||||
%h2=_ 'TaskMenu'
|
||||
%ul
|
||||
%li
|
||||
=_ 'Actions'
|
||||
%ul
|
||||
%li= link_to _('New task'), :action => "new"
|
||||
%li
|
||||
=_ 'Pages'
|
||||
%ul
|
||||
%li= link_to _('My tasks'), :action => "myTasks"
|
||||
%li= link_to _('All tasks'), :action => "index"
|
||||
%li= link_to _('Tasks done'), :action => "archive"
|
||||
|
||||
%li
|
||||
=_ 'Group tasks'
|
||||
%ul
|
||||
- for group in Group.find :all, :conditions => "type != 'OrderGroup'"
|
||||
%li= link_to group.name, :action => "workgroup", :id => group
|
||||
Loading…
Add table
Add a link
Reference in a new issue