Sha256: 565f128a0f5c3d54293bd251317fcaca517126b817d21488c9e25651ae22adc2

Contents?: true

Size: 535 Bytes

Versions: 11

Compression:

Stored size: 535 Bytes

Contents

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

<p>
  <strong>Name:</strong>
  <%= @resource.name %>
</p>

<table>
  <div class="table-header">
    <div class="text-sm">
      <strong>List of Actions</strong>
    </div>
  </div>

  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>

  <tbody>
    <% @resource.actions.each do |action| %>
      <tr>
        <td><%= action.name %></td>
        <td><%= action.description %></td>
      </tr>
    <% end %>
  </tbody>
</table>


<%= link_to 'Back', resources_path %>

Version data entries

11 entries across 11 versions & 1 rubygems

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