tap/app/views/users/index.html.erb

11 lines
237 B
Plaintext

<div class="row users">
<div class="col-md-8 col-md-offset-2">
<h1>All users</h1>
<%= render partial: 'flash' %>
<table id="users-table" class="table table-striped">
<%= render @users %>
</table>
</div>
</div>