mirror of
https://github.com/discourse/discourse.git
synced 2025-02-19 06:22:44 +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}}
|
{{#if controller.visible}}
|
||||||
<div class="card-content">
|
<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">
|
<div class="names">
|
||||||
<span>
|
<span>
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if showName}}
|
{{#if showName}}
|
||||||
<h2><a href {{action "showUser"}}>{{name}}</a></h2>
|
<h2><a href={{user.path}} {{action "showUser"}}>{{name}}</a></h2>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user