1 <h2><%= @this_user.display_name %>'s diary</h2>
2 <% if @user and @this_user.id == @user.id %>
3 <%= link_to 'new post', :controller => 'diary_entry', :action => 'new', :display_name => @user.display_name %>
7 FIXME: geoRSS needed<br><br>
8 <%= render :partial => 'diary_entry/diary_entry', :collection => @this_user.diary_entries %>