X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/85bf0af4886f155e8521a6ccffedfa845133b611..ae00fa84c8f981e909c61ab31b6115bb96e859cc:/app/views/diary_entries/index.html.erb
diff --git a/app/views/diary_entries/index.html.erb b/app/views/diary_entries/index.html.erb
index 17ddba62e..0457cc4a2 100644
--- a/app/views/diary_entries/index.html.erb
+++ b/app/views/diary_entries/index.html.erb
@@ -1,57 +1,50 @@
+<% content_for :head, tag.meta(:name => :robots, :content => :noindex) %>
<% content_for :heading do %>
-
id="userinformation"<% end %>>
+
<% if @user %>
- <%= user_image @user %>
+
+ <%= user_image @user %>
+
<% 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 %>
-
+
+
<%= @title %>
+
+
+
<% end %>
<% if @entries.empty? %>
<%= t ".no_entries" %>
<% else %>
-
<%= t ".recent_entries" %>
-
- <%= render @entries %>
-
-
-<% end %>
+ <%= render :partial => "page" %>
+<% end -%>
<% unless params[:friends] or params[:nearby] -%>
<% content_for :auto_discovery_link_tag do -%>