From: Tom Hughes Date: Wed, 10 Nov 2021 18:26:34 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/3363' X-Git-Tag: live~2015 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/425818913b6234e8c17964d0c1f48e5bc177df57?ds=sidebyside Merge remote-tracking branch 'upstream/pull/3363' --- 425818913b6234e8c17964d0c1f48e5bc177df57 diff --cc app/views/dashboards/_contact.html.erb index cf1866cc9,dd78b1c86..77363dbdb --- a/app/views/dashboards/_contact.html.erb +++ b/app/views/dashboards/_contact.html.erb @@@ -4,9 -4,9 +4,9 @@@ :icon => image_path(type == "friend" ? "marker-blue.png" : "marker-green.png"), :description => render(:partial => "popup", :object => contact, :locals => { :type => type }) } %> -<%= tag.div :class => "contact-activity clearfix row", :data => { :user => user_data } do %> +<%= tag.div :class => "clearfix row", :data => { :user => user_data } do %>
- <%= user_thumbnail contact, :class => "user_thumbnail_no_margins" %> + <%= user_thumbnail contact %>

diff --cc app/views/diary_entries/index.html.erb index acab663bc,15a3b0692..b08bf05a4 --- a/app/views/diary_entries/index.html.erb +++ b/app/views/diary_entries/index.html.erb @@@ -1,26 -1,31 +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 %>> +
id="userinformation"<% end %> class="row"> <% if @user %> - <%= user_image @user %> +
+ <%= user_image @user %> +
<% end %> -

<%= @title %>

- +
<% end %>