Commit bf8de585 authored by Romano Licker's avatar Romano Licker Committed by Holger Just

[#667] added 'for' to link them

parent af94d249
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment