Browse Source

Typo fixes

pull/20/head
Angel Aviel Domaoan 4 years ago
parent
commit
94d0c3df00
  1. 2
      app/components/annotation_marks_modal_form_component/annotation_marks_modal_form_component.html.erb
  2. 4
      app/components/document_doctrine_show_component/document_doctrine_show_component.html.erb
  3. 2
      app/views/document/doctrines/_document_search_results_table.html.erb

2
app/components/annotation_marks_modal_form_component/annotation_marks_modal_form_component.html.erb

@ -2,7 +2,7 @@
<div class="modal-dialog modal-lg modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Edit Annotation Marks</h5>
<h5 class="modal-title">Edit Annotations</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>

4
app/components/document_doctrine_show_component/document_doctrine_show_component.html.erb

@ -71,7 +71,7 @@
<div class="modal-dialog modal-lg modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">New Annotation Marks</h5>
<h5 class="modal-title">New Annotations</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
@ -143,7 +143,7 @@
</div>
<div class="card row-flex">
<h5 class="card-header"> Annotation Marks </h5>
<h5 class="card-header"> Annotations </h5>
<div class="card-body">
<% doctrine.annotations.order(rank: :asc).each do |annotation| %>
<div class="row">

2
app/views/document/doctrines/_document_search_results_table.html.erb

@ -11,7 +11,7 @@
<a class="btn btn-sm btn-primary" data-bs-toggle="modal" data-bs-target="#newAnnotationModal" data-controller="document" data-document-title="<%= title %>"
data-document-id="<%= search_result["id"] %>" data-document-reference-number="<%= search_result["reference_number"] %>"
data-document-date-or-year="<%= date_or_year %>" data-action="click->document#loadFormDocumentDetais">
Add Annotation Marks
Add Annotations
</a>
</td>
<% end %>

Loading…
Cancel
Save