X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ae4487921350e141efed42fdf7cd3fd70d72bc97..6bcffbf49970b6d8c27f2a9561eec365aa590ea9:/app/views/diary_entry/view.html.erb diff --git a/app/views/diary_entry/view.html.erb b/app/views/diary_entry/view.html.erb index 5079074e8..3c2264d3e 100644 --- a/app/views/diary_entry/view.html.erb +++ b/app/views/diary_entry/view.html.erb @@ -10,11 +10,7 @@
- <% if @reported_comment %> - <%= render :partial => 'diary_comment', :collection => @reported_comment %> - <% else %> - <%= render :partial => 'diary_comment', :collection => @entry.visible_comments %> - <% end %> +<%= render :partial => 'diary_comment', :collection => @entry.visible_comments %>
<%= if_logged_in(:div) do %>

<%= t 'diary_entry.view.leave_a_comment' %>