5 lines
305 B
Text
5 lines
305 B
Text
- title t '.title', name: @ordergroup.name
|
|
|
|
%section= render 'shared/group', group: @ordergroup
|
|
= link_to t('ui.edit'), edit_admin_ordergroup_path(@ordergroup), class: 'btn'
|
|
= link_to t('ui.delete'), [:admin, @ordergroup], :data => {:confirm => t('.confirm')}, :method => :delete, class: 'btn btn-danger'
|