X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e31376e28da8f656e33508cc899da465b63673c5..05b871db995bbefddf7aac3d366e68a4c2f3d557:/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' %>