X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f4239f8fc5d0e89da2eff4132332fdf0efdaf62a..6bce75b134a1175359360c5e3ee17bb8edfeb6f0:/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 a31560516..4080b8f95 100644
--- a/app/views/diary_entries/_diary_entry.html.erb
+++ b/app/views/diary_entries/_diary_entry.html.erb
@@ -7,12 +7,15 @@
+
<%= diary_entry.body.to_html %>
@@ -20,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 %>
-
- <% if current_user && current_user == diary_entry.user %>
- - <%= link_to t(".edit_link"), :action => "edit", :display_name => diary_entry.user.display_name, :id => diary_entry.id %>
- <% end %>
-
- <% if current_user and diary_entry.user != current_user %>
- -
- <%= report_link(t(".report"), diary_entry) %>
-
- <% end %>
-
- <% if can? :hide, DiaryEntry %>
- -
- <% if diary_entry.visible %>
- <%= link_to t(".hide_link"), hide_diary_entry_path(:display_name => diary_entry.user.display_name, :id => diary_entry.id), :method => :post, :data => { :confirm => t(".confirm") } %>
- <% else %>
- <%= link_to t(".unhide_link"), unhide_diary_entry_path(:display_name => diary_entry.user.display_name, :id => diary_entry.id), :method => :post, :data => { :confirm => t(".confirm") } %>
- <% end %>
-
- <% end %>
-
+