2014-12-09 23:19:03 +01:00
|
|
|
<div class="row users">
|
2015-03-19 17:38:59 +01:00
|
|
|
<div class="col-md-8 col-md-offset-2">
|
|
|
|
<h1>All users</h1>
|
|
|
|
<%= render partial: 'flash' %>
|
|
|
|
|
|
|
|
<table id="users-table" class="table table-striped">
|
2015-03-19 18:04:58 +01:00
|
|
|
<tr>
|
|
|
|
<th>ID</th>
|
|
|
|
<th></th>
|
|
|
|
<th>Nickname</th>
|
|
|
|
<th>Debt</th>
|
|
|
|
<th></th>
|
|
|
|
</tr>
|
2015-03-19 17:38:59 +01:00
|
|
|
<%= render @users %>
|
|
|
|
</table>
|
2014-12-09 22:32:54 +01:00
|
|
|
</div>
|
|
|
|
</div>
|