UX: Improve published page avatar resolution (#9405)
This commit is contained in:
parent
73c3fb8fb8
commit
a10c36994b
|
@ -3,7 +3,7 @@
|
|||
<h1 class="published-page-title"><%= @topic.title %></h1>
|
||||
|
||||
<div class="published-page-author">
|
||||
<img src="<%= @topic.user.small_avatar_url %>" class="avatar">
|
||||
<img width="45" height="45" src="<%= @topic.user.avatar_template.gsub('{size}', '90') %>" class="avatar">
|
||||
<div class="published-page-author-details">
|
||||
<div class="username"><%= @topic.user.username %></div>
|
||||
<div class="topic-created-at"><%= short_date(@topic.created_at) %></div>
|
||||
|
|
Loading…
Reference in New Issue