Sha256: a92b610bea96c0202f165cf75e95a795818638078449fe63662c36c813a20a69
Contents?: true
Size: 388 Bytes
Versions: 29
Compression:
Stored size: 388 Bytes
Contents
<h1>Listing states</h1> <table> <tr> </tr> <% for state in @states %> <tr> <td><%= state.name %></td> <td><%= link_to 'Show', state %></td> <td><%= link_to 'Edit', edit_state_path(state) %></td> <td><%= link_to 'Destroy', state, :confirm => 'Are you sure?', :method => :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New state', new_state_path %>
Version data entries
29 entries across 29 versions & 5 rubygems