X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/73c95847a6680bea7f35fe5b3da6eb4e52757b9c..614a4c128472c7547df81fc135ff05beca063f2f:/app/views/diary_entries/index.html.erb?ds=inline diff --git a/app/views/diary_entries/index.html.erb b/app/views/diary_entries/index.html.erb index a599aea17..e95b31bb2 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 %>> +
<% if @user %> - <%= user_image @user %> +
+ <%= user_image @user %> +
<% end %> -

<%= h(@title) %>

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