Guest User

Untitled

a guest
Apr 19th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. extends layout
  2.  
  3. block content
  4. h3=`Is it ID ${id} ?`
  5. form(method="POST", action=`/users/${id}?_method=DELETE`)
  6. div
  7. button(type="submit",class="btn btn-danger") Delete
Add Comment
Please, Sign In to add comment