Sha256: 16604f455412e980da475ef4fcd5b10537fddd32946a92d60a30c7c95e8514fe

Contents?: true

Size: 876 Bytes

Versions: 18

Compression:

Stored size: 876 Bytes

Contents

<!-- Scaffolding generated by Caseadilla 0.0.1 -->

<table class="table table-striped table-hover table-condensed">
  <thead>
    <tr>
      <th><%= caseadilla_sort_link "Title", :title %></th>
      <th>&nbsp;</th>
    </tr>
  </thead>
  
  <% roles.each do |role| %>
    <% if role.title == 'admin' or 'user' %>
      <tr>
        <td><%= caseadilla_table_cell_no_link role.title %></td>
        <td class="locked">
          <%= caseadilla_show_row_icon("lock")%>
        </td>
      </tr>
    <% else %>
      <tr>
        <td><%= caseadilla_table_cell_link role.title, caseadilla_role_path(role) %></td>
        <td class="delete">
          <%= link_to(caseadilla_show_row_icon("trash"), caseadilla_role_path(role), :method => :delete, :data => { :confirm => "Are you sure you want to delete this role?" }) %>
        </td>
      </tr>
    <% end %>
  <% end %>
</table>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
caseadilla-0.0.19 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.18 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.17 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.16 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.15 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.14 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.13 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.12 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.11 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.10 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.9 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.8 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.7 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.6 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.5 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.4 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.3 app/views/caseadilla/roles/_table.html.erb
caseadilla-0.0.2 app/views/caseadilla/roles/_table.html.erb