|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-sm-12 p-2"> |
|
|
|
|
<strong> <%= label_tag :editor_notes %> </strong> |
|
|
|
|
<%= rich_text_area_tag :editor_notes, annotation.editor_notes, placeholder: "Editor Notes", data: { target: "annotations.editor_notes" } %> |
|
|
|
|
<strong> <%= label_tag "Editor's Note" %> </strong> |
|
|
|
|
<%= rich_text_area_tag :editor_notes, annotation.editor_notes, placeholder: "Editor's Note", data: { target: "annotations.editor_notes" } %> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|