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

3 lines
99 B
Plaintext
Raw Normal View History

2009-06-02 00:08:57 +02:00
<% for user in @users %>
<h2><%= link_to user.name || user.email , [:admin, user] %></h2>
<% end %>