+
<%= diary_entry.body.to_html %>
@@ -20,27 +30,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 current_user && current_user.administrator? %>
- -
- <%= 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') } %>
-
- <% end %>
-
+