Merge pull request #583 from Retrospring/🇨🇿📦

questionbox: make "Hide your name" clickable
This commit is contained in:
Georg Gadinger 2022-07-27 23:03:15 +02:00 committed by GitHub
commit b08fbf29da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,9 @@
.col-6
- if user_signed_in?
- if user.privacy_allow_anonymous_questions?
%input{ name: "qb-anonymous", type: :checkbox }/
= t(".anonymous")
%label
%input{ name: "qb-anonymous", type: :checkbox }
= t(".anonymous")
%br/
- else
%input{ name: "qb-anonymous", type: :hidden, value: false }/