From 13ff472bc3bd6f03d50d4b53fa9fb5724c7da9f6 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Thu, 19 Aug 2010 11:12:09 +0200 Subject: [PATCH] last commit contained errors. this fixes it. --- app/views/contexts/_context_listing.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/contexts/_context_listing.rhtml b/app/views/contexts/_context_listing.rhtml index 064b0d2b..50e12306 100644 --- a/app/views/contexts/_context_listing.rhtml +++ b/app/views/contexts/_context_listing.rhtml @@ -21,7 +21,7 @@ <% end %> <%= image_tag( "blank.png", :title => "Delete context", :class=>"delete_item") %> <%= apply_behavior "a.delete_context_button:click", { :prevent_default => true, :external => true} do |page, element| - page.confirming "'Are you sure that you want to delete the context '#{context.name}'? Be aware that this will also delete all (repeating) actions in this context!'" do + page.confirming "Are you sure that you want to delete the context \"#{context.name}\"? Be aware that this will also delete all (repeating) actions in this context!" do element.up('.context').start_waiting page << remote_to_href(:method => 'delete') end