tab/app/views/users/index.html.haml
2015-09-08 19:39:13 +02:00

14 lines
185 B
Plaintext

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