philomena/lib/philomena_web/templates/admin/badge/new.html.heex

6 lines
140 B
Text
Raw Normal View History

2024-06-02 05:50:36 +02:00
<h2>
New Badge
</h2>
<%= render("_form.html", Map.put(assigns, :action, ~p"/admin/badges")) %>
<%= link("Back", to: ~p"/admin/badges") %>