tab/app/views/users/index.html.haml
2016-02-11 17:29:26 +01:00

14 lines
220 B
Plaintext

%h2 Users
%table{ class: "table table-responsive" }
%thead
%tr
%th ID
%th Name
%th Balance
%tbody
- @users.each do |u|
%tr
%td= u.id
%td= u.name
%td= u.balance