mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 16:55:08 +00:00
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>
|
||||||
|
{{#if siteSettings.enable_mentions}}
|
||||||
<div class='instructions'>
|
<div class='instructions'>
|
||||||
{{{i18n 'user.username.short_instructions' username=model.username}}}
|
{{{i18n 'user.username.short_instructions' username=model.username}}}
|
||||||
</div>
|
</div>
|
||||||
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if canEditName}}
|
{{#if canEditName}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user