<% if author&.avatar_url&.present? %> <%= author.name %> <% else %>
<%= render partial: 'icons/user' %>
<% end %>