Use utility class instead of inline style on promotion container

This commit is contained in:
Andreas Nedbal 2022-01-03 22:22:41 +01:00 committed by Andreas Nedbal
parent 172fc0b84b
commit a524a244a9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
Ask
- unless user_signed_in?
- if user.privacy_allow_anonymous_questions?
#question-box-promote{ style: 'display: none;' }
#question-box-promote.d-none
.row
.col-12.text-center
%strong= t 'views.questionbox.promote.message'