Get the user image right this time...
This commit is contained in:
parent
ebe13d2849
commit
3acada409a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<h2><%= @title %></h2>
|
||||
|
||||
<% if @user.image %>
|
||||
<%= image_tag url_for_file_column(@user, "image") %>
|
||||
<% if @this_user && @this_user.image %>
|
||||
<%= image_tag url_for_file_column(@this_user, "image") %>
|
||||
<% end %>
|
||||
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue