mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 13:44:09 +00:00
add views for organization admin role
This commit is contained in:
parent
db8fdb3d38
commit
a91c67be0a
5 changed files with 59 additions and 1 deletions
|
|
@ -25,6 +25,8 @@
|
|||
= organization.conferences.past.count
|
||||
%td
|
||||
.btn-group
|
||||
= link_to 'Admins', admins_admin_organization_path(organization),
|
||||
method: :get, class: 'btn btn-success'
|
||||
= link_to 'Edit', edit_admin_organization_path(organization),
|
||||
method: :get, class: 'btn btn-primary'
|
||||
= link_to 'Delete', admin_organization_path(organization),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue