Show More
Commit Description:
- clean up link to problem stat and user stat
Commit Description:
- clean up link to problem stat and user stat
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/show.html.erb | 10 lines | 253 B | text/plain | TextLexer |
<h1>User information</h1>
<% for column in User.content_columns %>
<p>
<b><%= column.human_name %>:</b> <%=h @user.send(column.name) %>
</p>
<% end %>
<%= link_to 'Edit', :action => 'edit', :id => @user %> |
<%= link_to 'Back', :action => 'list' %>