<%= link "Show", to: Routes.comment_path(@conn, :show, comment) %> <%= link "Edit", to: Routes.comment_path(@conn, :edit, comment) %> <%= link "Delete", to: Routes.comment_path(@conn, :delete, comment), method: :delete, data: [confirm: "Are you sure?"] %> |