1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/app/views/admin/admin_users/index.html.haml
2014-12-13 18:11:34 +00:00

17 lines
308 B
Plaintext

%h2 Admin Users
%table
%thead
%tr
%th Email
%th Last Signed In?
%th IP Address
%th
%tbody
= render partial: 'admin_user', collection: @admin_users
%tfoot
%tr
%td{ colspan: 4 }
%br/
= link_to 'New Admin User', new_admin_admin_user_path, class: [:button, :new]