X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/36a41a8cc5259a8f1aa6c3708cf0d27fabfa8622..9cd96bd452415918be77d6d2094c021b652c9048:/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 40c3e585e..9c0112cd0 100644 --- a/app/views/diary_entries/index.html.erb +++ b/app/views/diary_entries/index.html.erb @@ -1,23 +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 %> -

<%= @title %>

- + +
<% end %> @@ -42,7 +50,7 @@ <% if @page > 1 -%>
  • - <%= link_to_if @page > 1, t(".newer_entries"), @params.merge(:page => @page - 1), :class => "page-link" %> + <%= link_to t(".newer_entries"), @params.merge(:page => @page - 1), :class => "page-link" %>
  • <% else -%>