mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: Middle clicking on a user was not working
This commit is contained in:
parent
1edb5919fa
commit
0a9e2f54ff
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<div class="names">
|
||||
<span>
|
||||
<h1 class="{{staff}} {{new_user}}">
|
||||
<a href {{action "showUser"}}>{{username}} {{user-status user currentUser=currentUser}}</a>
|
||||
<a href={{user.path}} {{action "showUser"}}>{{username}} {{user-status user currentUser=currentUser}}</a>
|
||||
</h1>
|
||||
|
||||
{{#if user.name}}
|
||||
|
|
Loading…
Reference in a new issue