Sha256: f265fec2ad20de60b2b71305e2db64f53e766dd81d8e94978f4fd36adcca1f63

Contents?: true

Size: 827 Bytes

Versions: 12

Compression:

Stored size: 827 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.role')) -%></h1>
<div id="content_list">

<table class="table table-striped index">
  <tr>
    <th><%= t('activerecord.attributes.role.name') -%></th>
    <th><%= t('activerecord.attributes.role.display_name') -%></th>
    <th></th>
  </tr>

<%- @roles.each do |role| -%>
  <tr class="line<%= cycle("0", "1") -%>">
    <td><%= link_to role.name, role -%></td>
    <td><%= link_to role.display_name.localize, role -%></td>
    <td>
      <%= link_to t('page.edit'), edit_role_path(role) -%>
      <%= link_to t('page.destroy'), role, :data => {:confirm => t('page.are_you_sure')}, :method => :delete -%>
    </td>
  </tr>
<%- end -%>
</table>

</div>
</div>

<div id="submenu" class="ui-corner-all">
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
enju_leaf-1.1.0.rc10 app/views/roles/index.html.erb
enju_leaf-1.1.0.rc9 app/views/roles/index.html.erb
enju_leaf-1.1.0.rc8 app/views/roles/index.html.erb
enju_leaf-1.1.0.rc7 app/views/roles/index.html.erb
enju_leaf-1.1.0.rc6 app/views/roles/index.html.erb
enju_leaf-1.1.0.rc5 app/views/roles/index.html.erb
enju_leaf-1.1.0.rc4 app/views/roles/index.html.erb
enju_leaf-1.1.0.rc3 app/views/roles/index.html.erb
enju_leaf-1.1.0.rc2 app/views/roles/index.html.erb
enju_leaf-1.1.0.rc1 app/views/roles/index.html.erb
enju_leaf-1.1.0.beta3 app/views/roles/index.html.erb
enju_leaf-1.1.0.pre3 app/views/roles/index.html.erb