tap/app/views/users/index.html.haml
2015-09-17 14:05:33 +02:00

13 lines
239 B
Plaintext

.row.users
.col-md-8.col-md-offset-2
%h1 All users
= render partial: 'flash'
%table#users-table.table.table-striped
%tr
%th ID
%th
%th Nickname
%th Debt
%th
= render @users