Show More
Commit Description:
more heart beat feature...
Commit Description:
more heart beat feature add reset last login ip (grafted from 6efa41a1cfdc5e910b85eec6d8b874ed651776bd)
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' %>