mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 18:51:08 +08:00
DEV: Correct hbs prettier violations
This commit is contained in:
@ -18,7 +18,9 @@
|
|||||||
{{i18n "chat.channel_edit_name_slug_modal.slug"}}
|
{{i18n "chat.channel_edit_name_slug_modal.slug"}}
|
||||||
<span>
|
<span>
|
||||||
{{d-icon "info-circle"}}
|
{{d-icon "info-circle"}}
|
||||||
<DTooltip>{{i18n "chat.channel_edit_name_slug_modal.slug_description"}}</DTooltip>
|
<DTooltip>{{i18n
|
||||||
|
"chat.channel_edit_name_slug_modal.slug_description"
|
||||||
|
}}</DTooltip>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<Input
|
<Input
|
||||||
|
@ -17,7 +17,9 @@
|
|||||||
{{i18n "chat.create_channel.slug"}}
|
{{i18n "chat.create_channel.slug"}}
|
||||||
<span>
|
<span>
|
||||||
{{d-icon "info-circle"}}
|
{{d-icon "info-circle"}}
|
||||||
<DTooltip>{{i18n "chat.channel_edit_name_slug_modal.slug_description"}}</DTooltip>
|
<DTooltip>{{i18n
|
||||||
|
"chat.channel_edit_name_slug_modal.slug_description"
|
||||||
|
}}</DTooltip>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<Input
|
<Input
|
||||||
|
@ -141,8 +141,14 @@
|
|||||||
"discourse_local_dates.create.form.timezones_description"
|
"discourse_local_dates.create.form.timezones_description"
|
||||||
}}</p>
|
}}</p>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<MultiSelect @valueProperty={{null}} @nameProperty={{null}} @class="timezones-input" @content={{this.allTimezones}}
|
<MultiSelect
|
||||||
@value={{this.timezones}} @options={{hash allowAny=false maximum=5}} />
|
@valueProperty={{null}}
|
||||||
|
@nameProperty={{null}}
|
||||||
|
@class="timezones-input"
|
||||||
|
@content={{this.allTimezones}}
|
||||||
|
@value={{this.timezones}}
|
||||||
|
@options={{hash allowAny=false maximum=5}}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user