philomena/lib/philomena_web/templates/comment/show.html.eex

9 lines
189 B
Elixir
Raw Normal View History

2019-08-18 20:14:36 +02:00
<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>