photomix/app/views/admin/users/index.html.erb

7 lines
177 B
Plaintext
Raw Normal View History

2009-06-02 00:08:57 +02:00
<% for user in @users %>
2009-06-09 00:30:22 +02:00
<h2><%= link_to user.name || user.email , user %></h2>
<% end %>
2011-04-25 07:54:40 +02:00
<%= content_for :action_links do %>
<%= link_to "New user", new_user_path %>
<% end %>