Sha256: aa37d0dd901a48aad2fc8cdba32eb8915163276a53c801b88475326064983dd0
Contents?: true
Size: 341 Bytes
Versions: 1
Compression:
Stored size: 341 Bytes
Contents
<h1>Listing asses</h1> <table> <tr> </tr> <% for ass in @asses %> <tr> <td><%= link_to 'Show', ass %></td> <td><%= link_to 'Edit', edit_ass_path(ass) %></td> <td><%= link_to 'Destroy', ass, :confirm => 'Are you sure?', :method => :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New ass', new_ass_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authgasm-0.9.0 | test_app/app/views/asses/index.html.erb |