Sha256: 833cfcb7a7f44a79aaca439df9b125be7ddd26d3abc33997a63193d598f07131

Contents?: true

Size: 553 Bytes

Versions: 1

Compression:

Stored size: 553 Bytes

Contents

<header class='header-main'>
  <div class="header-gutter">
    <%= link_to_back users_path %>
  </div>
  <div class="header-title">
    <h1>Users</h1>
  </div>
  <div class="header-actions">
    <%= link_to "#{icon_tag 'plus'} Add User".html_safe, new_user_path, class: 'btn btn-primary' %>
  </div>
</header>

<section class="body-main">
  <table class="table table-results">
    <thead>
      <th>Name</th>
      <th>Email</th>
      <th>Roles</th>
      <th></th>
    </thead>
    <tbody>
      <%= render @users %>
    </tbody>
  </table>
</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.8.0 app/views/georgia/users/index.html.erb