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> </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