FIX: The user summary wasn't using the username formatter

This commit is contained in:
Robin Ward 2017-11-30 12:17:03 -05:00
parent ab22c8cad4
commit dfd309c64f
1 changed files with 1 additions and 1 deletions

View File

@ -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>