Moved foodcoop/workgroups into new namespace foodcoop. Closes #20

This commit is contained in:
Benjamin Meichsner 2009-08-02 18:42:52 +02:00
parent 1a8026c5a7
commit 0d910dfbbd
13 changed files with 196 additions and 38 deletions

View file

@ -0,0 +1,16 @@
- title "Gruppe bearbeiten"
%p
%i
Mitglieder kannst du
= link_to "hier", :action => "memberships", :id => @workgroup
hinzufügen.
.edit_form{:style => "width:35em"}
- form_for [:foodcoop, @workgroup] do |@form|
= render :partial => "shared/group_form"
%p{:style => "clear:both"}
= submit_tag 'Speichern'
|
= link_to "Abbrechen", foodcoop_workgroups_path