legendary-doc-site/apps/content/lib/content_web/templates/wp_comment/show.html.eex
2020-07-22 19:22:44 +00:00

8 lines
189 B
Elixir

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