diaspora/app/views/users/index.html.haml
2010-06-22 23:11:55 -07:00

12 lines
193 B
Text

- title "Users"
%table
%tr
%th Real Name
%th email
%th Password
- for user in @users
%tr
%td= user.real_name
%td= user.email
%td= user.encrypted_password