X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f07bdbf90553f373d8df0e456194d6726011c5c8..75749cc54024ef7b4a06a5415f685331facbb467:/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..b08bf05a4 100644 --- a/app/views/diary_entries/index.html.erb +++ b/app/views/diary_entries/index.html.erb @@ -1,25 +1,31 @@ +<% content_for :head, tag.meta(:name => :robots, :content => :noindex) %> <% content_for :heading do %> -
id="userinformation"<% end %>> +
id="userinformation"<% end %> class="row"> <% if @user %> - <%= user_image @user %> +
+ <%= user_image @user %> +
<% end %> -

<%= h(@title) %>

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