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
@@ -8,4 +8,4 @@
{{#unless this.currentUserInDnD}}
<ChatHeaderIconUnreadIndicator />
{{/unless}}
</a>
</a>
@@ -54,4 +54,4 @@
{{i18n "chat.quote.copy_success"}}
</div>
{{/if}}
</div>
</div>
@@ -18,7 +18,9 @@
{{i18n "chat.channel_edit_name_slug_modal.slug"}}&nbsp;
<span>
{{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>
</label>
<Input
@@ -40,4 +42,4 @@
@disabled={{this.isSaveDisabled}}
/>
<DModalCancel @close={{route-action "closeModal"}} />
</div>
</div>
@@ -17,7 +17,9 @@
{{i18n "chat.create_channel.slug"}}&nbsp;
<span>
{{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>
</label>
<Input
@@ -89,4 +91,4 @@
@label="chat.create_channel.create"
@disabled={{this.createDisabled}}
/>
</div>
</div>