X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9018d1af07c53b03bf8caf0480b931dc25f57147..ea86f8f6826f7d4fe27d57c42c16d8d37c4f89ed:/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 80561cbbf..e4cc8fc8e 100644 --- a/app/views/diary_entries/index.html.erb +++ b/app/views/diary_entries/index.html.erb @@ -1,24 +1,31 @@ -<% content_for :head, tag(:meta, :name => :robots, :content => :noindex) %> +<% 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 %>

- +
+

<%= @title %>

+ + +
<% end %> @@ -29,29 +36,7 @@ <%= render @entries %> - + <%= render "pagination", :name => "entries", :scope => "diary_entries.index" %> <% end %> <% unless params[:friends] or params[:nearby] -%>