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

10 lines
148 B
Text

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