X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b4e6a72858b3dbe2ed282b7e7eced318fa90e516..a424b6282f1587eb02f2add29b85958a86fc79c1:/app/views/diary_entry/list.rhtml
diff --git a/app/views/diary_entry/list.rhtml b/app/views/diary_entry/list.rhtml
index 06aebdfef..37b0365aa 100644
--- a/app/views/diary_entry/list.rhtml
+++ b/app/views/diary_entry/list.rhtml
@@ -1,6 +1,14 @@
+<% if @this_user %>
+
<%= @this_user.display_name %>'s diary
+
+ <% if @user and @this_user.id == @user.id %>
+ <%= link_to 'new post', :controller => 'diary_entry', :action => 'new', :display_name => @user.display_name %>
+ <% end %>
+<% end %>
+
Recent diary entries:
-
+
<%= render :partial => 'diary_entry/diary_entry', :collection => @entries %>
<%= link_to(image_tag("RSS.gif", :size => "16x16", :border => 0), :action => 'rss') %>
-<%= auto_discovery_link_tag(:atom, :action => 'rss') %>
\ No newline at end of file
+<%= auto_discovery_link_tag(:atom, :action => 'rss') %>