philomena/lib/philomena_web/templates/user_attribution/_user.html.heex
2024-06-01 23:50:36 -04:00

8 lines
264 B
Text

<%= if !!@object.user do %>
<strong>
<%= link(@object.user.name, to: ~p"/profiles/#{@object.user}") %>
</strong>
<%= if assigns[:awards] do %>
<%= render(PhilomenaWeb.ProfileView, "_awards.html", awards: @object.user.awards) %>
<% end %>
<% end %>