X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e49953f141a8a090e96652335882927ce872e375..257f4673e1dd86a3704f6a965e5e077283a04a00:/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 4610e5fd7..0457cc4a2 100644 --- a/app/views/diary_entries/index.html.erb +++ b/app/views/diary_entries/index.html.erb @@ -1,59 +1,50 @@ +<% 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) %>

- +
+

<%= @title %>

+ + +
<% end %> <% if @entries.empty? %>

<%= t ".no_entries" %>

<% else %> -

<%= t ".recent_entries" %>

- - <% if @user %> - <%= render :partial => "diary_entry", :collection => @entries %> - <% else %> - <%= render :partial => "diary_index_entry", :collection => @entries %> - <% end %> - - -<% end %> + <%= render :partial => "page" %> +<% end -%> <% unless params[:friends] or params[:nearby] -%> <% content_for :auto_discovery_link_tag do -%>