user images

This commit is contained in:
Steve Coast 2008-02-23 15:18:59 +00:00
parent 2e44f9ccf3
commit cacf1879c3
7 changed files with 52 additions and 3 deletions

View file

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