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}}
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class='instructions'>
|
||||
{{{i18n 'user.username.short_instructions' username=model.username}}}
|
||||
</div>
|
||||
{{#if siteSettings.enable_mentions}}
|
||||
<div class='instructions'>
|
||||
{{{i18n 'user.username.short_instructions' username=model.username}}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
{{#if canEditName}}
|
||||
|
|
Loading…
Reference in New Issue