photomix/app/views/admin/users/index.html.erb
2009-06-02 00:08:57 +02:00

3 lines
99 B
Plaintext

<% for user in @users %>
<h2><%= link_to user.name || user.email , [:admin, user] %></h2>
<% end %>