Show More
Commit Description:
update heartbeat...
Commit Description:
update heartbeat
add try-to-login-from-other-ip loggin (by printing to stdout)
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/show.html.erb
| 10 lines
| 253 B
| text/plain
| TextLexer
|
|
r320 | <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' %> | ||||