Sha256: 5f9c056990486592dfd7c606419720337126ac4d83d6d3c97cb4d7fe8810e82e

Contents?: true

Size: 275 Bytes

Versions: 5

Compression:

Stored size: 275 Bytes

Contents

<h1>Roles</h1>

<p><a href='/roles/new'>New Role</a></p>

<table class='data'>
  <tr>
    <th>Name</th>
  </tr>
<% @roles.each do |arr| %> 
  <tr onclick="window.location=/roles/<%= arr['value'] %>/edit';">
    <td><%= arr['text'] %></td>
  </tr>
<% end %>
</table>

<br />

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
caboose-cms-0.0.7 app/views/caboose/roles/index.html.erb
caboose-cms-0.0.5 app/views/caboose/roles/index.html.erb
caboose-cms-0.0.4 app/views/caboose/roles/index.html.erb
caboose-cms-0.0.3 app/views/caboose/roles/index.html.erb
caboose-cms-0.0.2 app/views/caboose/roles/index.html.erb