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