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

14 lines
185 B
Plaintext
Raw Normal View History

2015-09-08 17:39:13 +00:00
%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