mirror of
https://ghfast.top/https://github.com/discourse/discourse-follow.git
synced 2026-07-15 11:36:38 +08:00
25 lines
963 B
Handlebars
25 lines
963 B
Handlebars
<div class="control-group follow-notifications">
|
|
<label class="control-label">{{i18n "user.follow.label"}}</label>
|
|
|
|
<div class="controls">
|
|
{{preference-checkbox
|
|
labelKey="user.follow_notifications_options.allow_people_to_follow_me"
|
|
checked=user.allow_people_to_follow_me}}
|
|
|
|
{{preference-checkbox
|
|
labelKey="user.follow_notifications_options.notify_me_when_followed"
|
|
checked=user.notify_me_when_followed}}
|
|
|
|
{{preference-checkbox
|
|
labelKey="user.follow_notifications_options.notify_followed_user_when_followed"
|
|
checked=user.notify_followed_user_when_followed}}
|
|
|
|
{{preference-checkbox
|
|
labelKey="user.follow_notifications_options.notify_me_when_followed_replies"
|
|
checked=user.notify_me_when_followed_replies}}
|
|
|
|
{{preference-checkbox
|
|
labelKey="user.follow_notifications_options.notify_me_when_followed_creates_topic"
|
|
checked=user.notify_me_when_followed_creates_topic}}
|
|
</div>
|
|
</div>
|