summaryrefslogtreecommitdiff
path: root/app/views/shared/notes/_edit_form.html.haml
blob: 8923e5602a41f51ec182d8d18d1d7a82994a4872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.note-edit-form
  = form_tag '#', method: :put, class: 'edit-note common-note-form js-quick-submit' do
    = hidden_field_tag :target_id, '', class: 'js-form-target-id'
    = hidden_field_tag :target_type, '', class: 'js-form-target-type'
    = render layout: 'projects/md_preview', locals: { url: preview_markdown_path(project), referenced_users: true } do
      = render 'projects/zen', attr: 'note[note]', classes: 'note-textarea js-note-text js-task-list-field', placeholder: "Write a comment or drag your files here..."
      = render 'shared/notes/hints'

    .note-form-actions.clearfix
      .settings-message.note-edit-warning.js-finish-edit-warning
        Finish editing this message first!
      = submit_tag 'Save comment', class: 'btn btn-nr btn-save js-comment-save-button'
      %button.btn.btn-nr.btn-cancel.note-edit-cancel{ type: 'button' }
        Cancel