Title | Thread | |
---|---|---|
<%= thread.title %> | <%= thread.thread_id %> | <%= live_redirect "Show", to: Routes.thread_show_path(@socket, :show, thread) %> <%= live_patch "Edit", to: Routes.thread_index_path(@socket, :edit, thread) %> <%= link "Delete", to: "#", phx_click: "delete", phx_value_id: thread.id, data: [confirm: "Are you sure?"] %> |