<% content_for :heading do %>
- <div <% if @this_user %> id="userinformation"<% end %> >
- <% if @this_user %>
- <%= user_image @this_user %>
+ <div <% if @user %> id="userinformation"<% end %> >
+ <% if @user %>
+ <%= user_image @user %>
<% end %>
<h1><%= h(@title) %></h1>
<li><%= rss_link_to :action => 'rss', :language => params[:language] %></li>
<% end -%>
- <% if @this_user %>
- <%= if_user(@this_user) do %>
+ <% if @user %>
+ <%= if_user(@user) do %>
<li><%= link_to image_tag("new.png", :class => "small_icon", :border=>0) + t('diary_entry.list.new'), {:controller => 'diary_entry', :action => 'new'}, {:title => t('diary_entry.list.new_title')} %></li>
<% end %>
<% else %>
<% else %>
<h4><%= t 'diary_entry.list.recent_entries' %></h4>
- <% if @this_user %>
+ <% if @user %>
<%= render :partial => 'diary_entry', :collection => @entries %>
<% else %>
<%= render :partial => 'diary_list_entry', :collection => @entries %>