2012-03-03 09:23:30 +00:00
|
|
|
|
.leftside.w25
|
|
|
|
|
= f.check_box :can_notify
|
|
|
|
|
.leftside
|
|
|
|
|
= f.label :can_notify, t('activerecord.attributes.settings.notifier.can_notify')
|
|
|
|
|
.both
|
2012-03-05 17:39:58 +00:00
|
|
|
|
%h3= t("layout.settings.notifiers.code_header")
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.leftside.w25
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.check_box :new_comment_commit_owner, :class => 'notify_cbx'
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.leftside
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.label :new_comment_commit_owner, t('activerecord.attributes.settings.notifier.new_comment_commit_owner')
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.both
|
|
|
|
|
.leftside.w25
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.check_box :new_comment_commit_repo_owner, :class => 'notify_cbx'
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.leftside
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.label :new_comment_commit_repo_owner, t('activerecord.attributes.settings.notifier.new_comment_commit_repo_owner')
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.both
|
|
|
|
|
.leftside.w25
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.check_box :new_comment_commit_commentor, :class => 'notify_cbx'
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.leftside
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.label :new_comment_commit_commentor, t('activerecord.attributes.settings.notifier.new_comment_commit_commentor')
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.both
|
2012-03-11 17:21:31 +00:00
|
|
|
|
%h3= t("layout.settings.notifiers.tracker_header")
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.leftside.w25
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.check_box :new_comment, :class => 'notify_cbx'
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.leftside
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.label :new_comment, t('activerecord.attributes.settings.notifier.new_comment')
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.both
|
|
|
|
|
.leftside.w25
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.check_box :new_comment_reply, :class => 'notify_cbx'
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.leftside
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.label :new_comment_reply, t('activerecord.attributes.settings.notifier.new_comment_reply')
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.both
|
|
|
|
|
.leftside.w25
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.check_box :new_issue, :class => 'notify_cbx'
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.leftside
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.label :new_issue, t('activerecord.attributes.settings.notifier.new_issue')
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.both
|
|
|
|
|
.leftside.w25
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.check_box :issue_assign, :class => 'notify_cbx'
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.leftside
|
2012-03-11 17:21:31 +00:00
|
|
|
|
= f.label :issue_assign, t('activerecord.attributes.settings.notifier.issue_assign')
|
2012-03-03 09:23:30 +00:00
|
|
|
|
.both
|
2012-03-11 17:21:31 +00:00
|
|
|
|
|
2012-03-03 09:23:30 +00:00
|
|
|
|
%br
|
|
|
|
|
.leftside.w25
|
|
|
|
|
\
|
|
|
|
|
.leftside.w420
|
|
|
|
|
= submit_tag t("layout.save")
|
|
|
|
|
.both
|
2012-01-11 13:58:13 +00:00
|
|
|
|
|
2012-01-13 15:07:01 +00:00
|
|
|
|
:javascript
|
|
|
|
|
disableNotifierCbx($('#settings_notifier_can_notify'));
|