From: Andy Allan Date: Wed, 10 Nov 2021 14:54:54 +0000 (+0000) Subject: Use flex grid for diary index headings X-Git-Tag: live~1366^2~4 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2c9d2486ec4003e702d566ef1a13e779dc3673e2 Use flex grid for diary index headings --- diff --git a/app/views/diary_entries/index.html.erb b/app/views/diary_entries/index.html.erb index 6803c761e..0dfe95fa3 100644 --- a/app/views/diary_entries/index.html.erb +++ b/app/views/diary_entries/index.html.erb @@ -1,26 +1,31 @@ <% 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, :class => "user_image_no_margins" %> +
<% end %> -

<%= @title %>

- - + +
+

<%= @title %>

+ + +
<% end %>