photomix/app/views/admin/users/index.html.erb
2009-07-27 18:58:58 +02:00

7 lines
176 B
Plaintext

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