diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-28 15:39:18 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-28 15:39:18 +0200 |
| commit | 5ad4be295f68310bbd031585bbf6e203084f325e (patch) | |
| tree | 7e2ed3915a87f007c8578d0e3effce3be47d3abc /app/views/notes | |
| parent | 70947fedda4f955f69d928ad0309b3f042056582 (diff) | |
| download | gitlab-ce-5ad4be295f68310bbd031585bbf6e203084f325e.tar.gz | |
remove notify checkboxes from note forms
Diffstat (limited to 'app/views/notes')
| -rw-r--r-- | app/views/notes/_form.html.haml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/app/views/notes/_form.html.haml b/app/views/notes/_form.html.haml index c2bdeafb830..7add2921830 100644 --- a/app/views/notes/_form.html.haml +++ b/app/views/notes/_form.html.haml @@ -1,4 +1,4 @@ -= form_for [@project, @note], remote: true, html: { multipart: true, id: nil, class: "new_note js-new-note-form" } do |f| += form_for [@project, @note], remote: true, html: { multipart: true, id: nil, class: "new_note js-new-note-form common-note-form" } do |f| = note_target_fields = f.hidden_field :commit_id @@ -27,15 +27,6 @@ %a.btn.grouped.js-close-discussion-note-form Cancel .note-form-option - = label_tag :notify do - = check_box_tag :notify, 1, false - %span.light Notify team via email - - .js-notify-commit-author - = label_tag :notify_author do - = check_box_tag :notify_author, 1 , false - %span.light Notify commit author - .note-form-option %a.choose-btn.btn.btn-small.js-choose-note-attachment-button %i.icon-paper-clip %span Choose File ... |
