Sha256: cc2637730139efdf0c91402fcb7b5ed6254bebcef365eaf953a94e25e66fc382

Contents?: true

Size: 617 Bytes

Versions: 8

Compression:

Stored size: 617 Bytes

Contents

<div class="container">
  <h2>
    <%= t('dashboard.users.users_header') %>
    <%= link_to t('dashboard.users.create_new_user'), new_dashboard_user_path, class: "btn btn-default pull-right" %>
  </h2>

  <table class='table'>
    <thead>
      <tr>
        <th><%= t('dashboard.users.email') %></th>
        <th><%= t('dashboard.users.name') %></th>
        <th><%= t('dashboard.users.role') %></th>
        <th class='right'><%= t('dashboard.users.actions') %></th>
      </tr>
    </thead>
    <tbody>
      <%= render partial: 'user', collection: @users %>
    </tbody>
  </table>

  <%= paginate @users %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
storytime-1.2.0 app/views/storytime/dashboard/users/index.html.erb
storytime-1.1.1 app/views/storytime/dashboard/users/index.html.erb
storytime-1.0.7 app/views/storytime/dashboard/users/index.html.erb
storytime-1.0.6 app/views/storytime/dashboard/users/index.html.erb
storytime-1.0.5 app/views/storytime/dashboard/users/index.html.erb
storytime-1.0.2 app/views/storytime/dashboard/users/index.html.erb
storytime-1.0.1 app/views/storytime/dashboard/users/index.html.erb
storytime-1.0.0 app/views/storytime/dashboard/users/index.html.erb