templates: fetch fixed size of members' avatar (#5755)

Co-authored-by: Joe Chen <jc@unknwon.io>
pull/7785/head
tc608 2022-03-15 22:12:08 +08:00 committed by Joe Chen
parent eddae31ada
commit 640e2f62e0
No known key found for this signature in database
GPG Key ID: 0BDE5280C552FF60
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
{{range .Members}}
<div class="item ui grid">
<div class="ui one wide column">
<img class="ui avatar" src="{{.RelAvatarLink}}?s=48">
<img class="ui avatar" src="{{AppendAvatarSize .RelAvatarLink 48}}">
</div>
<div class="ui three wide column">
<div class="meta"><a href="{{.HomeLink}}">{{.Name}}</a></div>