mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
UX: better user image for embed/topics
This commit is contained in:
parent
f0f6b715ce
commit
103629d257
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user