mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 21:03:46 +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">
|
<div class="names">
|
||||||
<span>
|
<span>
|
||||||
<h1 class="{{staff}} {{new_user}}">
|
<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>
|
</h1>
|
||||||
|
|
||||||
{{#if user.name}}
|
{{#if user.name}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user