Use utility class instead of inline style on promotion container
This commit is contained in:
parent
172fc0b84b
commit
a524a244a9
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue