mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: displays selection text when no default_notification_level is set (#8962)
This commit is contained in:
parent
6405159484
commit
149196b9ce
1 changed files with 8 additions and 3 deletions
|
@ -90,7 +90,12 @@
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label>{{i18n 'groups.notification_level'}}</label>
|
<label>{{i18n 'groups.notification_level'}}</label>
|
||||||
|
|
||||||
{{notifications-button i18nPrefix='groups.notifications'
|
{{notifications-button
|
||||||
value=model.default_notification_level
|
value=model.default_notification_level
|
||||||
class="groups-form-default-notification-level"}}
|
class="groups-form-default-notification-level"
|
||||||
|
options=(hash
|
||||||
|
none="select_kit.default_header_text"
|
||||||
|
i18nPrefix="groups.notifications"
|
||||||
|
)
|
||||||
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue