X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/50b2f4f656b82112fce4939da26a1afc6b140e89..29e98571454a450f0af1e2649d1688c6f2afffdb:/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 a599aea17..6803c761e 100644 --- a/app/views/diary_entries/index.html.erb +++ b/app/views/diary_entries/index.html.erb @@ -1,25 +1,26 @@ +<% content_for :head, tag(:meta, :name => :robots, :content => :noindex) %> <% content_for :heading do %>
id="userinformation"<% end %>> <% if @user %> <%= user_image @user %> <% end %> -

<%= h(@title) %>

- - +

<%= @title %>

+ +
<% end %> @@ -30,21 +31,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] -%>