File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ func Notifications(ctx *context.Context) {
2828 ctx .Data ["Title" ] = ctx .Tr ("notifications" )
2929 ctx .Data ["PageIsSettingsNotifications" ] = true
3030 ctx .Data ["EmailNotificationsPreference" ] = ctx .Doer .EmailNotificationsPreference
31+ ctx .Data ["EnableNotifyMail" ] = setting .Service .EnableNotifyMail
3132
3233 ctx .HTML (http .StatusOK , tplSettingsNotifications )
3334}
Original file line number Diff line number Diff line change 1- {{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings notifications ")}}
1+ {{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings")}}
22 <div class="user-setting-content">
33 <div class="ui attached segment">
44 <div class="ui list flex-items-block">
You can’t perform that action at this time.
0 commit comments