6 lines
354 B
Text
6 lines
354 B
Text
- title t '.title', name: @workgroup.name
|
|
|
|
%section= render 'shared/group', group: @workgroup
|
|
= link_to t('ui.edit'), edit_admin_workgroup_path(@workgroup), class: 'btn'
|
|
= link_to t('ui.delete'), [:admin, @workgroup], :confirm => t('.confirm'), :method => :delete, class: 'btn btn-danger'
|
|
= link_to_new_message(message_params: {group_id: @workgroup.id})
|