Name | Price | Description | |
---|---|---|---|
<%= property.name %> | <%= property.price %> | <%= property.description %> | <%= live_redirect "Show", to: Routes.property_show_path(@socket, :show, property) %> <%= live_patch "Edit", to: Routes.property_index_path(@socket, :edit, property) %> <%= link "Delete", to: "#", phx_click: "delete", phx_value_id: property.id, data: [confirm: "Are you sure?"] %> |