From c7cd67415ae77bfd6c4847cdab298c6af3058f87 Mon Sep 17 00:00:00 2001 From: Marek Hulan Date: Tue, 10 Oct 2023 09:51:05 +0200 Subject: [PATCH] Refs #36705 - fix the spacing of settings erb --- app/views/settings/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/settings/index.html.erb b/app/views/settings/index.html.erb index 3299169056d..c1051cdafd5 100644 --- a/app/views/settings/index.html.erb +++ b/app/views/settings/index.html.erb @@ -11,7 +11,7 @@ <% if @settings.empty? -%> <%= render plain: _('No entries found') %> -<%else -%> +<% else -%>