mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 18:39:52 +01:00
Use utility class instead of inline style on promotion container
This commit is contained in:
parent
172fc0b84b
commit
a524a244a9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue