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

10 lines
147 B
Text

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