tab/app/views/users/index.html.haml

14 lines
220 B
Plaintext
Raw Normal View History

2015-09-08 17:39:13 +00:00
%h2 Users
2016-02-11 16:29:26 +00:00
%table{ class: "table table-responsive" }
2015-09-08 17:39:13 +00:00
%thead
%tr
%th ID
%th Name
%th Balance
%tbody
- @users.each do |u|
%tr
%td= u.id
%td= u.name
%td= u.balance