Current section

Files

Jump to
phoenix_slime priv templates phoenix.gen.html.slime show.html.eex
Raw

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

h2 Show <%= template_singular %>
ul
<%= for {k, _} <- attrs do %> li
strong <%= Phoenix.Naming.humanize(Atom.to_string(k)) %>:&nbsp;
= @<%= singular %>.<%= k %>
<% end %>
= link "Edit", to: <%= singular %>_path(@conn, :edit, @<%= singular %>)
| &nbsp;
= link "Back", to: <%= singular %>_path(@conn, :index)