From ce65965c536ed873d30246db074b5236d3185f47 Mon Sep 17 00:00:00 2001 From: jessib Date: Thu, 8 Nov 2012 11:03:03 -0800 Subject: Do not overwrite initializer in tickets_controller, as that meant we weren't using the default layout. --- help/app/views/tickets/show.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'help/app/views') diff --git a/help/app/views/tickets/show.html.haml b/help/app/views/tickets/show.html.haml index fe18033..aa803e0 100644 --- a/help/app/views/tickets/show.html.haml +++ b/help/app/views/tickets/show.html.haml @@ -36,8 +36,7 @@ - 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 += button_to 'destroy', ticket_path, :confirm => 'are you sure?', :method => :delete if admin? = # TODO want to have button to close = # TODO if admin, have button to delete = link_to t(:cancel), tickets_path, :class => :btn -- cgit v1.2.3