From: Andy Allan Date: Wed, 27 Jul 2022 10:59:47 +0000 (+0100) Subject: Remove unnecessary br tags X-Git-Tag: live~1753^2~6 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/f702d5c426fd993fe21c2572ba668368afc0ee72 Remove unnecessary br tags The margin on the table takes care of the spacing. --- diff --git a/app/views/traces/show.html.erb b/app/views/traces/show.html.erb index e72c423d7..a8f9c5967 100644 --- a/app/views/traces/show.html.erb +++ b/app/views/traces/show.html.erb @@ -58,8 +58,6 @@ -

- <% if current_user && (current_user==@trace.user || current_user.administrator? || current_user.moderator?) %>
<% if current_user == @trace.user %>