Sha256: 355c415b22f55ffcd9e681c33360deb00e90e58777ec07589c2131b1f57fc9c7
Contents?: true
Size: 499 Bytes
Versions: 2
Compression:
Stored size: 499 Bytes
Contents
<h1>Listing links</h1> <table> <tr> <th>Name</th> <th>Permalink</th> <th></th> <th></th> <th></th> </tr> <% @links.each do |link| %> <tr> <td><%= link.name %></td> <td><%= link.permalink %></td> <td><%= link_to 'Show', link %></td> <td><%= link_to 'Edit', edit_link_path(link) %></td> <td><%= link_to 'Destroy', link, :confirm => 'Are you sure?', :method => :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Link', new_link_path %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
to_permalink-0.0.3 | test/dummy/app/views/links/index.html.erb |
to_permalink-0.0.2 | test/dummy/app/views/links/index.html.erb |