[#667] added 'for' to link them

This commit is contained in:
Romano Licker 2011-10-20 17:25:33 +02:00 committed by Holger Just
parent af94d24951
commit bf8de58548
1 changed files with 2 additions and 2 deletions

View File

@ -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))