X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/32907b1c37244c6b1a1ce76a74edadf8817422ed..bcbf417796c9da00397237d6e3808859d5d3adca:/app/views/diary_entry/list.rhtml
diff --git a/app/views/diary_entry/list.rhtml b/app/views/diary_entry/list.rhtml
index 4fd5e7bc2..e648e46f2 100644
--- a/app/views/diary_entry/list.rhtml
+++ b/app/views/diary_entry/list.rhtml
@@ -1,7 +1,7 @@
-
<%= @title %>
+<%= h(@title) %>
-<% if @user.image %>
- <%= image_tag url_for_file_column(@user, "image") %>
+<% if @this_user && @this_user.image %>
+ <%= image_tag url_for_file_column(@this_user, "image") %>
<% end %>
@@ -28,5 +28,5 @@
-<%= link_to(image_tag("RSS.gif", :size => "16x16", :border => 0), :action => 'rss') %>
-<%= auto_discovery_link_tag(:atom, :action => 'rss') %>
+<%= rss_link_to :action => 'rss' %>
+<%= auto_discovery_link_tag :atom, :action => 'rss' %>