Get the user image right this time...

This commit is contained in:
Tom Hughes 2008-02-25 18:55:25 +00:00
parent ebe13d2849
commit 3acada409a

View file

@ -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 />