UX: better user image for embed/topics

This commit is contained in:
Arpit Jalan 2019-09-06 06:23:07 +05:30
parent f0f6b715ce
commit 103629d257

View File

@ -16,7 +16,7 @@
</div>
<%- end %>
<div class='topic-author-avatar-timestamp'>
<img src="<%= t.user.avatar_template.gsub('{size}', '20') %>">
<img src="<%= t.user.avatar_template.gsub('{size}', '40') %>">
<span class="topic-author-username">
<%= t.user.username %>
</span>