summaryrefslogtreecommitdiff
path: root/app/views/projects/notes/_edit_form.html.haml
blob: c87a3fadf725996ff5d100a34fde27fee9096cb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
.note-edit-form
  = form_for note, url: namespace_project_note_path(@project.namespace, @project, note), method: :put, remote: true, authenticity_token: true, html: { class: 'edit-note common-note-form js-quick-submit' } do |f|
    = note_target_fields(note)
    = render layout: 'projects/md_preview', locals: { preview_class: 'md-preview' } do
      = render 'projects/zen', f: f, attr: :note, classes: 'note-textarea js-note-text js-task-list-field', placeholder: "Write a comment or drag your files here..."
      = render 'projects/notes/hints'

    .note-form-actions.clearfix
      = f.submit 'Save Comment', class: 'btn btn-nr btn-save btn-grouped js-comment-button'
      %button.btn.btn-nr.btn-cancel.note-edit-cancel{ type: 'button' }
        Cancel