philomena/lib/philomena_web/templates/admin/badge/edit.html.slime

6 lines
172 B
Text
Raw Normal View History

2019-12-15 21:02:13 +01:00
h2 Edit Badge
= render "_form.html", Map.put(assigns, :action, Routes.admin_badge_path(@conn, :update, @badge))
= link "Back", to: Routes.admin_badge_path(@conn, :index)