Initial commit of foodsoft 2
This commit is contained in:
commit
5b9a7e05df
657 changed files with 70444 additions and 0 deletions
12
app/views/tasks/edit.haml
Normal file
12
app/views/tasks/edit.haml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
- title _('Edit task')
|
||||
|
||||
#form{:style => "float:left; width:39em"}
|
||||
- form_tag :action => 'update', :id => @task do
|
||||
= render :partial => 'form'
|
||||
= submit_tag _('Save changes')
|
||||
|
|
||||
= link_to _('Cancel'), :action => "show", :id => @task
|
||||
#workgroup_members{:style => "padding-left:41em"}
|
||||
%h3=_ 'Members of the workgroups'
|
||||
#list
|
||||
= render :partial => "/groups/workgroup_members"
|
||||
Loading…
Add table
Add a link
Reference in a new issue