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

Version Path
akitaonrails-resource_controller-0.5.2 test/app/views/options/index.html.erb
akitaonrails-resource_controller-0.5.3 test/app/views/options/index.html.erb
csmosx-resource_controller-0.6.6 test/app/views/options/index.html.erb
csmosx-resource_controller-0.6.7 test/app/views/options/index.html.erb
dkubb-resource_controller-0.6.5 test/app/views/options/index.html.erb
giraffesoft-resource_controller-0.4.10 test/app/views/options/index.html.erb
giraffesoft-resource_controller-0.4.12 test/app/views/options/index.html.erb
giraffesoft-resource_controller-0.5.2 test/app/views/options/index.html.erb
giraffesoft-resource_controller-0.5.3 test/app/views/options/index.html.erb
giraffesoft-resource_controller-0.5.5 test/app/views/options/index.html.erb
giraffesoft-resource_controller-0.5.6 test/app/views/options/index.html.erb
giraffesoft-resource_controller-0.6.0 test/app/views/options/index.html.erb
giraffesoft-resource_controller-0.6.1 test/app/views/options/index.html.erb
giraffesoft-resource_controller-0.6.5 test/app/views/options/index.html.erb
jeffrafter-resource_controller-0.5.5 test/app/views/options/index.html.erb
kdmny-spree-0.0.1 vendor/plugins/resource_controller/test/app/views/options/index.html.erb
korin-resource_controller-0.5.3 test/app/views/options/index.html.erb
maser-resource_controller-0.6.6 test/app/views/options/index.html.erb
nileshtrivedi-lp_resource_builder-0.5.1 test/app/views/options/index.html.erb
nileshtrivedi-lp_resource_builder-0.5.3 test/app/views/options/index.html.erb