=link_tonote_url(note),method: :delete,data: {confirm: 'Are you sure you want to delete this comment?'},remote: true,class: 'js-note-delete'do
=link_tonote_url(note),method: :delete,data: {confirm: 'Are you sure you want to delete this comment?',qa_selector: 'delete_comment_button'},remote: true,class: 'js-note-delete'do
=render'shared/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/zen',attr: 'note[note]',classes: 'note-textarea js-note-text js-task-list-field',qa_selector: 'edit_note_field',placeholder: _("Write a comment or drag your files here…")