mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 00:51:03 +08:00
FIX: Middle clicking on a user was not working
This commit is contained in:
parent
1edb5919fa
commit
0a9e2f54ff
|
@ -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 New Issue
Block a user