Title | Content | Tag | Visibility | |
---|---|---|---|---|
<%= context.title %> | <%= context.content %> | <%= context.tag %> | <%= context.visibility %> | <%= live_redirect "Show", to: Routes.context_show_path(@socket, :show, context) %> <%= live_patch "Edit", to: Routes.context_index_path(@socket, :edit, context) %> <%= link "Delete", to: "#", phx_click: "delete", phx_value_id: context.id, data: [confirm: "Are you sure?"] %> |