mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
larger avatar in the "in reply to" box
This one is for @BrentleyJones (cf. http://meta.discourse.org/t/small-avatar-in-in-reply-to-box/8761)
This commit is contained in:
parent
ed060ed5f1
commit
95a2405c9e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<div class='topic-meta-data span2'>
|
||||
<div class='contents'>
|
||||
<div>
|
||||
<a href='/users/{{unbound username}}'>{{avatar this imageSize="small"}}</a>
|
||||
<a href='/users/{{unbound username}}'>{{avatar this imageSize="medium"}}</a>
|
||||
</div>
|
||||
<h5 {{bindAttr class="staff new_user"}}><a href='{{unbound usernameUrl}}'>{{breakUp username}}</a></h5>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue