foodsoft/app/views/admin/ordergroups/show.html.haml
2014-05-13 17:01:25 +02:00

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'