Packages

Rapid admin generator for Phoenix

Current section

Files

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

priv/templates/slime/phx.gen.html/new.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 New <%= String.capitalize(schema.human_singular) %>
= render "form.html", Map.put(assigns, :action, Routes.<%= schema.route_helper %>_path(@conn, :create))