]> git.openstreetmap.org Git - rails.git/commitdiff
Add newline to align with blocks_by
authorHarry Wood <github@harrywood.co.uk>
Sat, 5 Mar 2022 01:48:10 +0000 (01:48 +0000)
committerHarry Wood <github@harrywood.co.uk>
Sat, 5 Mar 2022 02:45:50 +0000 (02:45 +0000)
`blocks_on.html.erb` is almost identical to `block_by.html.erb`. Add a newline to align with the other file (makes it easier to see the more subtle important difference)

app/views/user_blocks/blocks_on.html.erb

index e82711a4ee3292a92bf2bc464966e703094e09f2..7d1f83ce357e533edee42e529b6c27d8c172d0b6 100644 (file)
@@ -2,6 +2,7 @@
 <% content_for :heading do %>
   <h1><%= t(".heading_html", :name => link_to(@user.display_name, user_path(@user))) %></h1>
 <% end %>
+
 <% unless @user_blocks.empty? %>
 <%= render :partial => "blocks", :locals => { :show_revoke_link => can?(:revoke, UserBlock), :show_user_name => false, :show_creator_name => true } %>
 <% else %>