Sha256: 4b6d02ff5a3ebba5faec175f5d5c6d2f86583da53891ea86269ba2757272f416
Contents?: true
Size: 530 Bytes
Versions: 97
Compression:
Stored size: 530 Bytes
Contents
<h1>Roles</h1> <table> <tr> <th>Name</th><th>Description</th><th>Created At</th> <th>Updated At</th> </tr> <% for role in @roles %> <tr> <td><%= link_to role.name, :action => 'show', :id => role %></td> <td><%= role.description %></td> <td><%= role.created_at %></td> <td><%= role.updated_at %></td> <!--td><%= link_to 'Destroy', { :action => 'destroy', :id => role }, :confirm => 'Are you sure?' %></td--> </tr> <% end %> </table> <hr/> <p><%= link_to 'New role', :action => 'new' %></p>
Version data entries
97 entries across 97 versions & 2 rubygems