DEV: Correct hbs prettier violations

This commit is contained in:
David Taylor
2023-02-02 12:13:58 +00:00
parent 6b01105cb9
commit fa30ab4ed7
16 changed files with 31 additions and 21 deletions

View File

@ -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

View File

@ -17,7 +17,9 @@
{{i18n "chat.create_channel.slug"}}&nbsp; {{i18n "chat.create_channel.slug"}}&nbsp;
<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

View File

@ -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>