Sha256: 4402116c82e8e3d43b93ecc9ae026edecd1e6518aa6a8a8709b0ca18467d45c0

Contents?: true

Size: 487 Bytes

Versions: 4

Compression:

Stored size: 487 Bytes

Contents

<p style="color: green"><%= notice %></p>

<h1>Roles</h1>

<div id="roles">
  <table>
    <thead>
      <tr>
        <th>title</th>
        <th>Youtube ID</th>
        <th>Article</th>
      </tr>
    </thead>
    <tbody>

    <% @roles.each do |role| %>
      <tr>
        <td><%= role.code %></td>
        <td><%= role.description %></td>
        <td><%= link_to "Show", role %></td>
      </tr>
    <% end %>

    </tbody>
  </table>

</div>

<%= link_to "New role", new_role_path %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails_app_generator-0.3.6 after_templates/addons/factory_bot/app/views/roles/index.html.erb
rails_app_generator-0.3.5 after_templates/addons/factory_bot/app/views/roles/index.html.erb
rails_app_generator-0.3.4 after_templates/addons/factory_bot/app/views/roles/index.html.erb
rails_app_generator-0.3.3 after_templates/addons/factory_bot/app/views/roles/index.html.erb