FIX: Don't display the `@mention` message if disabled
This commit is contained in:
parent
a0b2b3c8a7
commit
891f0cfe52
|
@ -7,9 +7,11 @@
|
||||||
{{d-icon "pencil"}} {{/link-to}}
|
{{d-icon "pencil"}} {{/link-to}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<div class='instructions'>
|
{{#if siteSettings.enable_mentions}}
|
||||||
{{{i18n 'user.username.short_instructions' username=model.username}}}
|
<div class='instructions'>
|
||||||
</div>
|
{{{i18n 'user.username.short_instructions' username=model.username}}}
|
||||||
|
</div>
|
||||||
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if canEditName}}
|
{{#if canEditName}}
|
||||||
|
|
Loading…
Reference in New Issue