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

14 lines
220 B
Text
Raw Normal View History

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