2009-01-13 19:01:56 +01:00
|
|
|
- title "Arbeitsgruppe #{@workgroup.name}"
|
|
|
|
.left_column{:style => "width:45em"}
|
|
|
|
.box_title
|
|
|
|
%h2 Übersicht
|
|
|
|
.column_content
|
2009-01-15 12:14:01 +01:00
|
|
|
= render :partial => 'shared/group', :locals => { :group => @workgroup }
|
2009-01-13 19:01:56 +01:00
|
|
|
|
2009-01-15 12:14:01 +01:00
|
|
|
%p
|
2011-06-10 13:22:15 +02:00
|
|
|
= link_to 'Gruppe/Mitglieder bearbeiten', edit_admin_workgroup_path(@workgroup)
|
2009-01-15 12:14:01 +01:00
|
|
|
|
|
|
|
|
= link_to 'Löschen', [:admin, @workgroup], :confirm => 'Bist Du sicher?', :method => :delete
|
|
|
|
|
|
2011-06-10 13:22:15 +02:00
|
|
|
= link_to 'Nachricht senden', new_message_path(:message => {:group_id => @ordergroup.id})
|
2009-01-13 19:01:56 +01:00
|
|
|
%p{:style => "clear:both"}= link_to "Gruppenübersicht", admin_workgroups_path
|