2013-02-03 18:10:11 +01:00
|
|
|
- title t '.title', name: @ordergroup.name
|
2012-10-15 21:19:17 +02:00
|
|
|
|
|
|
|
%section= render 'shared/group', group: @ordergroup
|
2013-04-04 02:49:52 +02:00
|
|
|
= link_to t('ui.edit'), edit_admin_ordergroup_path(@ordergroup), class: 'btn'
|
|
|
|
= link_to t('ui.delete'), [:admin, @ordergroup], :confirm => t('.confirm'), :method => :delete, class: 'btn btn-danger'
|
2013-02-03 18:10:11 +01:00
|
|
|
= link_to t('.send_message'), new_message_path(:message => {:group_id => @ordergroup.id}), class: 'btn'
|