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

3 lines
No EOL
99 B
Text

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