UX: Improve published page avatar resolution (#9405)

This commit is contained in:
tshenry 2020-04-13 08:57:27 -07:00 committed by GitHub
parent 73c3fb8fb8
commit a10c36994b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>