Link large user avatar to user profile
This commit is contained in:
parent
3df42f5c45
commit
5fa47984b4
|
@ -1,5 +1,5 @@
|
||||||
{{#if model}}
|
{{#if model}}
|
||||||
{{boundAvatar model imageSize="huge"}}
|
{{#linkTo 'user' user}}{{boundAvatar model imageSize="huge"}}{{/linkTo}}
|
||||||
|
|
||||||
<h1 {{bindAttr class="staff new_user"}}><a {{bindAttr href="usernameUrl"}}>{{username}}</a></h1>
|
<h1 {{bindAttr class="staff new_user"}}><a {{bindAttr href="usernameUrl"}}>{{username}}</a></h1>
|
||||||
{{#if showName}}
|
{{#if showName}}
|
||||||
|
|
Loading…
Reference in New Issue