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
2011-10-10 15:39:52 +01:00

17 lines
318 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]