user images
This commit is contained in:
parent
2e44f9ccf3
commit
cacf1879c3
7 changed files with 52 additions and 3 deletions
|
@ -1,4 +1,10 @@
|
|||
<h2><%= @title %></h2>
|
||||
|
||||
<% if @this_user.image %>
|
||||
<%= image_tag url_for_file_column(@this_user, "image") %>
|
||||
<% end %>
|
||||
<br />
|
||||
|
||||
<% if @this_user %>
|
||||
<% if @user == @this_user %>
|
||||
<%= link_to 'New diary post', :controller => 'diary_entry', :action => 'new', :display_name => @user.display_name %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue