Page MenuHomeGRNET

_users.html.erb
No OneTemporary

File Metadata

Created
Sun, May 18, 1:31 AM

_users.html.erb

<div class="col-xs-12">
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>Username</th>
<th>Email</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
<%= render partial: 'user', collection: @users %>
</tbody>
</table>
</div>
</div>

Event Timeline