Sha256: 62616627029dfb46f00c6a5c86aa2601e24658e705ca6e665cc656f8f812487d
Contents?: true
Size: 442 Bytes
Versions: 4
Compression:
Stored size: 442 Bytes
Contents
<h1>Listing platforms</h1> <table> <tr> <th></th> <th></th> <th></th> </tr> <% @platforms.each do |platform| %> <tr> <td><%= link_to 'Show', platform %></td> <td><%= link_to 'Edit', edit_platform_path(platform) %></td> <td><%= link_to 'Destroy', platform, :method => :delete, :data => { :confirm => 'Are you sure?' } %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Platform', new_platform_path %>
Version data entries
4 entries across 4 versions & 1 rubygems