Sha256: 1d61da9a9a9bfe50c814b334f44b1656c992b7d9bb945a516fe0a6f89a84ae58
Contents?: true
Size: 429 Bytes
Versions: 10
Compression:
Stored size: 429 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, :confirm => 'Are you sure?', :method => :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Platform', new_platform_path %>
Version data entries
10 entries across 7 versions & 1 rubygems