X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4189e150f659915dcda7bb130cc2fa1a86afaf51..e91c02f2ceb2b72a77846a0c31f5eca22b9b0a65:/app/views/diary_entries/_diary_entry.html.erb?ds=sidebyside
diff --git a/app/views/diary_entries/_diary_entry.html.erb b/app/views/diary_entries/_diary_entry.html.erb
index 946c6ce17..4080b8f95 100644
--- a/app/views/diary_entries/_diary_entry.html.erb
+++ b/app/views/diary_entries/_diary_entry.html.erb
@@ -23,31 +23,33 @@
<%= render :partial => "location", :object => diary_entry %>
<% end %>
-
- <% if params[:action] == 'index' %>
- - <%= link_to t(".comment_link"), diary_entry_path(diary_entry.user, diary_entry, :anchor => "newcomment") %>
- - <%= link_to t(".reply_link"), new_message_path(diary_entry.user, :message => { :title => "Re: #{diary_entry.title}" }) %>
- - <%= link_to t(".comment_count", :count => diary_entry.visible_comments.count), diary_entry_path(diary_entry.user, diary_entry, :anchor => "comments") %>
- <% end %>
+
+