Sha256: c349c362c065e69d6e3641b361bad73c0a026851dfeb1969f03e4cdd88900d3a
Contents?: true
Size: 442 Bytes
Versions: 70
Compression:
Stored size: 442 Bytes
Contents
<h1>Listing options</h1> <table> <tr> <th>Title</th> </tr> <% for option in @options %> <tr> <td><%=h option.title %></td> <td><%= link_to 'Show', object_url(option) %></td> <td><%= link_to 'Edit', edit_object_url(option) %></td> <td><%= link_to 'Destroy', object_url(option), :confirm => 'Are you sure?', :method => :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New option', new_object_url %>
Version data entries
70 entries across 70 versions & 22 rubygems