2013-02-03 18:36:03 +01:00
|
|
|
- title t '.title', name: @workgroup.name
|
2009-01-13 19:01:56 +01:00
|
|
|
|
2013-02-03 18:36:03 +01:00
|
|
|
%section= render 'shared/group', group: @workgroup
|
2013-04-04 02:49:52 +02:00
|
|
|
= link_to t('ui.edit'), edit_admin_workgroup_path(@workgroup), class: 'btn'
|
2014-02-20 15:04:53 +01:00
|
|
|
= link_to t('ui.delete'), [:admin, @workgroup], :data => {:confirm => t('.confirm')}, :method => :delete, class: 'btn btn-danger'
|