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

Version Path
wobauth-5.1.2 app/views/wobauth/groups/_group_roles.html.erb
wobauth-5.1.1 app/views/wobauth/groups/_group_roles.html.erb
wobauth-5.1.0 app/views/wobauth/groups/_group_roles.html.erb
wobauth-5.0.2 app/views/wobauth/groups/_group_roles.html.erb
wobauth-5.0.1 app/views/wobauth/groups/_group_roles.html.erb
wobauth-5.0.0 app/views/wobauth/groups/_group_roles.html.erb
wobauth-4.0.0 app/views/wobauth/groups/_group_roles.html.erb
wobauth-3.4.8 app/views/wobauth/groups/_group_roles.html.erb
wobauth-3.4.7 app/views/wobauth/groups/_group_roles.html.erb
wobauth-3.4.6 app/views/wobauth/groups/_group_roles.html.erb
wobauth-3.4.5 app/views/wobauth/groups/_group_roles.html.erb
wobauth-3.4.4 app/views/wobauth/groups/_group_roles.html.erb