X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2c9d2486ec4003e702d566ef1a13e779dc3673e2..81bac0b09b2d03de76c8885f6d77c9297a3ead34:/app/views/diary_entries/index.html.erb?ds=sidebyside diff --git a/app/views/diary_entries/index.html.erb b/app/views/diary_entries/index.html.erb index 0dfe95fa3..0457cc4a2 100644 --- a/app/views/diary_entries/index.html.erb +++ b/app/views/diary_entries/index.html.erb @@ -1,9 +1,9 @@ -<% 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 %> class="row"> +
<% if @user %>
- <%= user_image @user, :class => "user_image_no_margins" %> + <%= user_image @user %>
<% end %> @@ -14,15 +14,26 @@
@@ -32,34 +43,8 @@ <% if @entries.empty? %>

<%= t ".no_entries" %>

<% else %> -

<%= t ".recent_entries" %>

- - <%= render @entries %> - - -<% end %> + <%= render :partial => "page" %> +<% end -%> <% unless params[:friends] or params[:nearby] -%> <% content_for :auto_discovery_link_tag do -%>