diaspora/app/views/users/index.html.haml

10 lines
142 B
Text

- title "Users"
%table
%tr
%th Password
- for user in @users
%tr
%td= user.password
%p= link_to "New User", new_user_path