From ceeca7483ed8f83a158e116635619e7cbba4fde3 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Mon, 3 Jan 2022 22:37:01 +0100 Subject: [PATCH] Fix haml-lint nits --- app/views/application/_questionbox.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/application/_questionbox.haml b/app/views/application/_questionbox.haml index 75697618..e8594d28 100644 --- a/app/views/application/_questionbox.haml +++ b/app/views/application/_questionbox.haml @@ -30,7 +30,7 @@ Ask - unless user_signed_in? - if user.privacy_allow_anonymous_questions? - #question-box-promote.d-none + .d-none#question-box-promote .row .col-12.text-center %strong= t 'views.questionbox.promote.message'