philomena/lib/philomena_web/templates/user_attribution/_user.html.heex

9 lines
264 B
Text
Raw Normal View History

2024-06-02 05:50:36 +02:00
<%= 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 %>