<% if @this_user.image %>
<%= image_tag url_for_file_column(@this_user, "image"), :style => "float: right; margin-top: 19px", :class => "user_image" %>
+<% else %>
+ <%= image_tag "anon_large.png", :style => "float: right; margin-top: 19px", :class => "user_image" %>
<% end %>
<h2><%= h(@this_user.display_name) %>