Merge pull request #583 from Retrospring/🇨🇿📦
questionbox: make "Hide your name" clickable
This commit is contained in:
commit
b08fbf29da
|
@ -22,7 +22,8 @@
|
|||
.col-6
|
||||
- if user_signed_in?
|
||||
- if user.privacy_allow_anonymous_questions?
|
||||
%input{ name: "qb-anonymous", type: :checkbox }/
|
||||
%label
|
||||
%input{ name: "qb-anonymous", type: :checkbox }
|
||||
= t(".anonymous")
|
||||
%br/
|
||||
- else
|
||||
|
|
Loading…
Reference in New Issue