mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
FIX: The user summary wasn't using the username formatter
This commit is contained in:
parent
ab22c8cad4
commit
dfd309c64f
@ -4,7 +4,7 @@
|
||||
|
||||
<div class="user-detail">
|
||||
<div class='name-line'>
|
||||
<span class="username"><a href="{{unbound userPath}}" data-user-card="{{unbound user.username}}">{{unbound user.username}}</a></span>
|
||||
<span class="username"><a href="{{unbound userPath}}" data-user-card="{{unbound user.username}}">{{format-username user.username}}</a></span>
|
||||
<span class="name">{{unbound name}}</span>
|
||||
</div>
|
||||
<div class="title">{{unbound user.title}}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user