diff --git a/priv/templates/slime/phx.gen.html/show.html.slime b/priv/templates/slime/phx.gen.html/show.html.slime
index 76b166c5..8ae408c0 100644
--- a/priv/templates/slime/phx.gen.html/show.html.slime
+++ b/priv/templates/slime/phx.gen.html/show.html.slime
@@ -10,7 +10,7 @@ section#torch-header-and-content
<%= for {k, _} <- schema.attrs do %>
li
.torch-show-label
- <%= Phoenix.Naming.humanize(Atom.to_string(k)) %>:
+ | <%= Phoenix.Naming.humanize(Atom.to_string(k)) %>:
.torch-show-data
= @<%= schema.singular %>.<%= k %>
- <% end %>
\ No newline at end of file
+ <% end %>