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,14 @@
.single_column{:style => "width:55em"}
.box_title
%h2= workgroup.name
.column_content
= render :partial => 'shared/group', :locals => { :group => workgroup }
%p
= link_to "Alle Aufgaben zeigen", :controller => "/tasks", :action => "workgroup", :id => workgroup
|
= link_to "Mitgliedern eine Nachricht schicken", :controller => '/messages', :action => 'group', :id => workgroup
- if workgroup.member?(@current_user)
|
= link_to "Gruppe bearbeiten", edit_foodcoop_workgroup_path(workgroup)
|
= link_to "Mitglieder bearbeiten", memberships_foodcoop_workgroup_path(workgroup)