Sha256: b8c7dd285d5d474f7e5148f362d1e8d069e6be658102038e50cf87e78835c142

Contents?: true

Size: 497 Bytes

Versions: 11

Compression:

Stored size: 497 Bytes

Contents

<p id="notice"><%= notice %></p>
<p id="alert"><%= alert %></p>


<h1>Listing Resources</h1>

<table>
  <thead>
    <tr>
      <th>Name</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @resources.each do |resource| %>
      <tr>
        <td><%= resource.name %></td>
        <td><%= link_to 'Show', resource_path(resource.id) %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'Generate All Resources', generate_resources_and_actions_resources_path %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
arpa-0.3.0 lib/generators/arpa/templates/views/resources/index.html.erb
arpa-0.2.0 lib/generators/arpa/templates/views/resources/index.html.erb
arpa-0.1.0 lib/generators/arpa/templates/views/resources/index.html.erb
arpa-0.0.9 lib/generators/arpa/templates/views/resources/index.html.erb
arpa-0.0.8 lib/generators/arpa/templates/views/resources/index.html.erb
arpa-0.0.7 lib/generators/arpa/templates/views/resources/index.html.erb
arpa-0.0.6 lib/arpa/views/resources/index.html.erb
arpa-0.0.5 lib/arpa/views/resources/index.html.erb
arpa-0.0.4 lib/arpa/views/resources/index.html.erb
arpa-0.0.3 lib/arpa/views/resources/index.html.erb
arpa-0.0.2 lib/arpa/views/resources/index.html.erb