X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b8c1bbb4f8d9bacaa7d76b38a974f7f6042523ad..d8d1ab17764e5e0a7af99248cb5047d2af99d534:/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 32a4e1e0f..80561cbbf 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,17 @@ <% end %>

<%= @title %>

-
@@ -30,21 +29,29 @@ <%= render @entries %> - + <% if @page > 1 -%> +
  • + <%= link_to t(".newer_entries"), @params.merge(:page => @page - 1), :class => "page-link" %> +
  • + <% else -%> +
  • + <%= t(".newer_entries") %> +
  • + <% end -%> + + <% end %> <% unless params[:friends] or params[:nearby] -%>