philomena/lib/philomena_web/templates/comment/show.html.eex
2019-08-18 14:14:36 -04:00

8 lines
189 B
Elixir

<h1>Show Comment</h1>
<ul>
</ul>
<span><%= link "Edit", to: Routes.comment_path(@conn, :edit, @comment) %></span>
<span><%= link "Back", to: Routes.comment_path(@conn, :index) %></span>