From 589754e5ad6dc0976ef0ae328b673241860b6d13 Mon Sep 17 00:00:00 2001 From: Ivan Schneider Date: Wed, 13 Mar 2013 12:18:49 +0100 Subject: [PATCH] Removed typo in comment deletion confirm dialog --- app/views/problems/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/problems/show.html.haml b/app/views/problems/show.html.haml index 0d723de..cd793e5 100644 --- a/app/views/problems/show.html.haml +++ b/app/views/problems/show.html.haml @@ -37,7 +37,7 @@ - else %span.comment-info = time_ago_in_words(comment.created_at, true) << " ago by [Unknown User]" - %span.delete= link_to '✘'.html_safe, [@app, @problem, comment], :method => :delete, :data => { :confirm => "Are sure you don't need this comment?" }, :class => "destroy-comment" + %span.delete= link_to '✘'.html_safe, [@app, @problem, comment], :method => :delete, :data => { :confirm => "Are you sure you don't need this comment?" }, :class => "destroy-comment" %tr %td= simple_format comment.body - if @problem.comments_allowed? -- libgit2 0.21.2