philomena/lib/philomena_web/templates/profile/award/new.html.heex
2024-06-01 23:50:36 -04:00

4 lines
175 B
Text

<h1>
New award
</h1>
<%= render(PhilomenaWeb.Profile.AwardView, "_form.html", changeset: @changeset, badges: @badges, action: ~p"/profiles/#{@user}/awards", conn: @conn) %>