Sha256: a9339476aa0d670b12937aeafb3e58736138be40b7d67929afc9b51c5ba7e104
Contents?: true
Size: 791 Bytes
Versions: 12
Compression:
Stored size: 791 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> <% user.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], remote: false) %> <%= delete_link([wobauth, authority.authorizable, authority], remote: false) %> </td> <% end %> <% end %> </tbody> </table>
Version data entries
12 entries across 12 versions & 1 rubygems