13 lines
No EOL
596 B
Text
13 lines
No EOL
596 B
Text
- title "Bestellgruppe #{@ordergroup.name}"
|
|
.left_column{:style => "width:45em"}
|
|
.box_title
|
|
%h2 Übersicht
|
|
.column_content
|
|
= render :partial => 'shared/group', :locals => { :group => @ordergroup }
|
|
%p
|
|
= link_to 'Gruppe/Mitglieder bearbeiten', edit_admin_ordergroup_path(@ordergroup)
|
|
|
|
|
= link_to 'Löschen', [:admin, @ordergroup], :confirm => 'Bist Du sicher?', :method => :delete
|
|
|
|
|
= link_to 'Nachricht senden', new_message_path(:message => {:group_id => @ordergroup.id})
|
|
%p{:style => "clear:both"}= link_to "Gruppenübersicht", admin_ordergroups_path |