Sha256: 82fa8c2ae45e967d2395098c35b737674f3184f120429f5a96825aa1babc0201
Contents?: true
Size: 520 Bytes
Versions: 67
Compression:
Stored size: 520 Bytes
Contents
<h1>Listing Options</h1> <table> <tr> <th>Account</th> <th>Title</th> </tr> <%- @options.each do |option|%> <tr> <td><%=h option.account_id %></td> <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
67 entries across 67 versions & 21 rubygems