summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2012-11-07 15:59:41 -0800
committerjessib <jessib@riseup.net>2012-11-07 15:59:41 -0800
commit677f4be6177f78f3b40e78e4ec53b0332b55d92c (patch)
tree8aad3942b3254013f648339ead4122f1d139fadd /help
parent791a512247f657558b49677198c4e9abcb09645e (diff)
Move destroy button out of ticket form.
Diffstat (limited to 'help')
-rw-r--r--help/app/views/tickets/show.html.haml12
1 files changed, 6 insertions, 6 deletions
diff --git a/help/app/views/tickets/show.html.haml b/help/app/views/tickets/show.html.haml
index 6872f0b..fe18033 100644
--- a/help/app/views/tickets/show.html.haml
+++ b/help/app/views/tickets/show.html.haml
@@ -35,9 +35,9 @@
= f.button :submit, @post_reply_str
- if @ticket.is_open
= f.button :submit, @reply_close_str
- = #link_to t(:destroy), ticket_path, :confirm => 'are you sure?', :method => :delete, :class => :btn if admin? # for link_to to work with delete, need to figure out jquery interaction correctly. see http://stackoverflow.com/questions/3774925/delete-link-sends-get-instead-of-delete-in-rails-3-view etc..
- = button_to 'destroy', ticket_path, :confirm => 'are you sure?', :method => :delete if admin? #TODO---confirmation not working
- = # button_to("test destroy", {}, {:onclick => "return confirm('Are you sure?')", :method => :delete, :remote => true}) #this works but is ugly
- = # TODO want to have button to close
- = # TODO if admin, have button to delete
- = link_to t(:cancel), tickets_path, :class => :btn
+= #link_to t(:destroy), ticket_path, :confirm => 'are you sure?', :method => :delete, :class => :btn if admin? # for link_to to work with delete, need to figure out jquery interaction correctly. see http://stackoverflow.com/questions/3774925/delete-link-sends-get-instead-of-delete-in-rails-3-view etc..
+= button_to 'destroy', ticket_path, :confirm => 'are you sure?', :method => :delete if admin? #TODO---confirmation not working
+= # button_to("test destroy", {}, {:onclick => "return confirm('Are you sure?')", :method => :delete, :remote => true}) #this works but is ugly
+= # TODO want to have button to close
+= # TODO if admin, have button to delete
+= link_to t(:cancel), tickets_path, :class => :btn