Is url | Content | |
---|---|---|
<%= paste.is_url %> | <%= paste.content %> | <%= link "Show", to: Routes.paste_path(@conn, :show, paste) %> <%= link "Edit", to: Routes.paste_path(@conn, :edit, paste) %> <%= link "Delete", to: Routes.paste_path(@conn, :delete, paste), method: :delete, data: [confirm: "Are you sure?"] %> |