mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 14:06:44 +08:00
UX: better user image for embed/topics
This commit is contained in:
@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
<div class='topic-author-avatar-timestamp'>
|
<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">
|
<span class="topic-author-username">
|
||||||
<%= t.user.username %>
|
<%= t.user.username %>
|
||||||
</span>
|
</span>
|
||||||
|
Reference in New Issue
Block a user