photomix/app/views/admin/users/index.html.erb
2009-06-09 00:30:22 +02:00

5 lines
137 B
Plaintext

<% for user in @users %>
<h2><%= link_to user.name || user.email , user %></h2>
<% end %>
<br /><%= link_to "New user", new_user_path %>