Sha256: c0cca86bd1a70e16b7e1c52dfe8639428268536b6fee1ed5ef192f0a234acf1e
Contents?: true
Size: 540 Bytes
Versions: 11
Compression:
Stored size: 540 Bytes
Contents
<h1><%= t('controller.wobauth/roles') %></h1> <%= content_tag :table, id: :wobauth_roles, role: :wobauth_datatable, class: "table table-bordered table-striped dataTable" do %> <thead> <tr> <th><%= t('attributes.name') %></th> <th><%= t('wobauth.action') %></th> </tr> </thead> <tbody> <% @roles.each do |role| %> <%= content_tag_for(:tr, role) do %> <td><%= role.name %></td> <td class="nowrap"> <%= show_link [wobauth, role] %> </td> <% end %> <% end %> </tbody> <% end %> <br /> <%= back_link %>
Version data entries
11 entries across 11 versions & 1 rubygems