Current section
Files
Jump to
Current section
Files
priv/templates/curator.registerable.install/edit.html.eex
<h2>Edit <%= schema.human_singular %></h2>
<%%= render "form.html", Map.put(assigns, :action, Routes.registration_path(@conn, :update)) %>
<span><%%= link "Back", to: Routes.registration_path(@conn, :show) %></span>