Sha256: 64674e71e07bc39f141aef6e7ec7dc5c44ec95d091f31eb14751a3d1dcd54321
Contents?: true
Size: 235 Bytes
Versions: 36
Compression:
Stored size: 235 Bytes
Contents
<h1>Listing Permissions</h1> <table> <tr> <th>Name</th> </tr> <% for permission in @permissions %> <tr> <td><%=h permission.name %></td> <td><%= link_to 'Show', permission %></td> </tr> <% end %> </table> <br />
Version data entries
36 entries across 35 versions & 1 rubygems