Packages

Rapid admin generator for Phoenix

Current section

Files

Jump to
lit priv templates slime phx.gen.html edit.html.slime
Raw

priv/templates/slime/phx.gen.html/edit.html.slime

section#lit-toolbar
.lit-container
= link "Cancel", to: Routes.<%= schema.route_helper %>_path(@conn, :index), class: "lit-button"
section#lit-header-and-content
.lit-container
.header
h3 Edit <%= String.capitalize(schema.human_singular) %>
= render "form.html", Map.put(assigns, :action, Routes.<%= schema.route_helper %>_path(@conn, :update, @<%= schema.singular %>))