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