X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cacf1879c3bbae1fac645b53be6abf9ee139d686..4168e0963ee19e05c07b40d30e868fd652fd3757:/app/views/diary_entry/list.rhtml diff --git a/app/views/diary_entry/list.rhtml b/app/views/diary_entry/list.rhtml index 7d592d87e..dd90de169 100644 --- a/app/views/diary_entry/list.rhtml +++ b/app/views/diary_entry/list.rhtml @@ -1,8 +1,9 @@ -

<%= @title %>

+

<%= h(@title) %>

-<% if @this_user.image %> +<% if @this_user && @this_user.image %> <%= image_tag url_for_file_column(@this_user, "image") %> <% end %> +
<% if @this_user %>