Show More
Commit Description:
fix pdf to use inline display of browsers...
Commit Description:
fix pdf to use inline display of browsers (grafted from e31b572e8855ddcf56c682d6dd27999a434243d1)
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' %>