Sha256: c75e5ff34ac202a8b66ba05c0d4f6ea2097a9542ce5d728fdf149c6c524d31b7
Contents?: true
Size: 762 Bytes
Versions: 12
Compression:
Stored size: 762 Bytes
Contents
<table class="table table-bordered table-sm autowidth"> <thead> <tr> <th><%= t('attributes.role') %></th> <th><%= t('attributes.authorized_for') %></th> <th><%= t('attributes.authorized_for_type') %></th> <th></th> </tr> </thead> <tbody> <% group.authorities.each do |authority| %> <%= content_tag_for(:tr, authority) do %> <td><%= link_to authority.role, wobauth.role_path(authority.role) %></td> <td><%= authorized_for_link(authority.authorized_for) %></td> <td><%= authority.authorized_for_type %></td> <td class="nowrap"> <%= edit_link([wobauth, authority.authorizable, authority]) %> <%= delete_link([wobauth, authority.authorizable, authority]) %> </td> <% end %> <% end %> </tbody> </table>
Version data entries
12 entries across 12 versions & 1 rubygems