Current section
Files
Jump to
Current section
Files
priv/templates/phx.gen.html/show.html.eex
h2 Show <%= schema.human_singular %>
ul
<%= for {k, _} <- schema.attrs do %> li
strong <%= Phoenix.Naming.humanize(Atom.to_string(k)) %>:
= @<%= schema.singular %>.<%= k %>
<% end %>
= link "Edit", to: <%= schema.route_helper %>_path(@conn, :edit, @<%= schema.singular %>)
|
= link "Back", to: <%= schema.route_helper %>_path(@conn, :index)