X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b5188cae0865597462bd6b5068a80ccfceab802a..764f808d5a5faebc835ed0f588bae4a306ad687d:/app/views/diary_entries/index.html.erb?ds=sidebyside
diff --git a/app/views/diary_entries/index.html.erb b/app/views/diary_entries/index.html.erb
index 17ddba62e..6803c761e 100644
--- a/app/views/diary_entries/index.html.erb
+++ b/app/views/diary_entries/index.html.erb
@@ -1,3 +1,4 @@
+<% content_for :head, tag(:meta, :name => :robots, :content => :noindex) %>
<% content_for :heading do %>
id="userinformation"<% end %>>
<% if @user %>
@@ -5,19 +6,21 @@
<% end %>
<%= @title %>
-
- <% unless params[:friends] or params[:nearby] -%>
- - <%= rss_link_to :action => "rss", :language => params[:language] %>
- <% end -%>
-
- <% if @user && @user == current_user || !@user && current_user %>
- - <%= link_to image_tag("new.png", :class => "small_icon") + t(".new"), new_diary_entry_path, :title => t(".new_title") %>
- <% end %>
-
- <% if !@user && current_user %>
- - <%= link_to t(".my_diary"), :controller => "diary_entries", :action => "index", :display_name => current_user.display_name %>
- <% end %>
-
+
<% end %>