Name | Location | Game | ||
---|---|---|---|---|
<%= clothes.name %> | <%= clothes.color %> | <%= clothes.location %> | <%= clothes.game %> | <%= link "Show", to: Routes.clothes_path(@conn, :show, clothes) %> <%= link "Edit", to: Routes.clothes_path(@conn, :edit, clothes) %> <%= link "Delete", to: Routes.clothes_path(@conn, :delete, clothes), method: :delete, data: [confirm: "Are you sure?"] %> |