mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-16 08:54:59 -04:00
FIX: Incorrect capitalization. No idea how it didn't fail!
This commit is contained in:
parent
9d4c53c882
commit
f28719fd85
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{#if showName}}
|
||||
<h2><a href {{Action "showUser"}}>{{name}}</a></h2>
|
||||
<h2><a href {{action "showUser"}}>{{name}}</a></h2>
|
||||
{{/if}}
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue