From bf8de58548eea330c75bce8d8f589bc08a28f61c Mon Sep 17 00:00:00 2001 From: Romano Licker Date: Thu, 20 Oct 2011 17:25:33 +0200 Subject: [PATCH] [#667] added 'for' to link them --- app/helpers/issues_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index 4063d763..a07d26d4 100644 --- a/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb @@ -213,8 +213,8 @@ module IssuesHelper def send_notification_option content_tag(:p, content_tag(:label, - l(:label_notify_member_plural)) + - hidden_field_tag('send_notification', '0') + + l(:label_notify_member_plural), :for => 'send_notification') + + hidden_field_tag('send_notification', '0', :id => nil) + check_box_tag('send_notification', '1', true))