X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a66c34991acfff398fbc83c921dfce18a835ee26..12281b1cc1c246cc1debcabbc12d2840cdb6666f:/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 acf9ac17c..a0ab0264a 100644
--- a/app/views/diary_entries/index.html.erb
+++ b/app/views/diary_entries/index.html.erb
@@ -1,29 +1,35 @@
+<% 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 %>
-
<%= h(@title) %>
-
-
- <% unless params[:friends] or params[:nearby] -%>
- - <%= rss_link_to :action => "rss", :language => params[:language] %>
- <% end -%>
-
- <% if @user %>
- <% if @user == current_user %>
-
-
- <%= link_to image_tag("new.png", :class => "small_icon", :border => 0) + t(".new"), new_diary_entry_path, :title => t(".new_title") %>
-
- <% end %>
- <% else %>
- <% if current_user %>
-
-
- <%= link_to image_tag("new.png", :class => "small_icon", :border => 0) + t(".new"), new_diary_entry_path, :title => t(".new_title") %>
-
- <% end %>
- <% end %>
-
+
+
+
<%= @title %>
+
+
+
<% end %>
@@ -34,21 +40,11 @@
<%= render @entries %>
-
+ <%= render "shared/pagination",
+ :newer_key => "diary_entries.index.newer_entries",
+ :older_key => "diary_entries.index.older_entries",
+ :newer_id => @newer_entries_id,
+ :older_id => @older_entries_id %>
<% end %>
<% unless params[:friends] or params[:nearby] -%>