From 71dc5a8ff014f189f70ba2cc36aea51ff2425774 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Mon, 11 Jan 2021 16:29:13 +0100 Subject: [PATCH] remove trailing space --- app/views/spree/admin/products/index/_indicators.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/admin/products/index/_indicators.html.haml b/app/views/spree/admin/products/index/_indicators.html.haml index ad7e67bbe5..233541910a 100644 --- a/app/views/spree/admin/products/index/_indicators.html.haml +++ b/app/views/spree/admin/products/index/_indicators.html.haml @@ -1,6 +1,6 @@ %div.sixteen.columns.alpha#loading{ 'ng-if' => 'RequestMonitor.loading' } %br - = render partial: "components/loading" + = render partial: "components/loading" %h1= t('.title') %div.sixteen.columns.alpha{ 'ng-show' => '!RequestMonitor.loading && products.length == 0 && q.query.length == 0' }