mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 20:43:40 +08:00
FIX: Middle click on user card image and name not working.
Extension of 0a9e2f54ff
.
This commit is contained in:
parent
93d7edb810
commit
47f120c346
|
@ -1,7 +1,7 @@
|
|||
{{#if controller.visible}}
|
||||
<div class="card-content">
|
||||
|
||||
<a href {{action "showUser"}}>{{bound-avatar avatar "huge"}}</a>
|
||||
<a href={{user.path}} {{action "showUser"}}>{{bound-avatar avatar "huge"}}</a>
|
||||
|
||||
<div class="names">
|
||||
<span>
|
||||
|
@ -18,7 +18,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{#if showName}}
|
||||
<h2><a href {{action "showUser"}}>{{name}}</a></h2>
|
||||
<h2><a href={{user.path}} {{action "showUser"}}>{{name}}</a></h2>
|
||||
{{/if}}
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user