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'
|
2014-02-20 15:04:53 +01:00
|
|
|
= link_to t('ui.delete'), [:admin, @ordergroup], :data => {:confirm => t('.confirm')}, :method => :delete, class: 'btn btn-danger'
|