Current section

Files

Jump to
torch priv templates slime phx.gen.html show.html.eex
Raw

priv/templates/slime/phx.gen.html/show.html.eex

section#torch-toolbar
.torch-container
= link "Edit", to: Routes.<%= schema.route_helper %>_path(@conn, :edit, @<%= schema.singular %>), class: "torch-button"
= link "Back", to: Routes.<%= schema.route_helper %>_path(@conn, :index), class: "torch-button"
section#torch-header-and-content
.torch-container
.header
h3 <%= String.capitalize(schema.human_singular) %> Details
ul
<%= for {k, _} <- schema.attrs do %>
li
.torch-show-label
<%= Phoenix.Naming.humanize(Atom.to_string(k)) %>:
.torch-show-data
= @<%= schema.singular %>.<%= k %>
<% end %>