Skip to content

Commit

Permalink
Merge origin/annotation-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodo161 committed Nov 5, 2023
2 parents 9cb9021 + 9c81e0a commit 86442e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/annotations/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@
<br>

<div class="modal-footer">
<!-- SAVE BUTTON -->
<%= f.submit t('buttons.save'),
id: "annotation-modal-submit-button",
class: "btn btn-primary" %>

<!-- DELETE BUTTON -->
<% if @annotation.id %>
<button type="button"
Expand All @@ -149,11 +154,6 @@
data-bs-dismiss="modal">
<%= t('buttons.cancel') %>
</button>

<!-- SUBMIT BUTTON -->
<%= f.submit t('buttons.save'),
id: "annotation-modal-submit-button",
class: "btn btn-primary" %>
</div>
<% end %>
</div>

0 comments on commit 86442e4

Please sign in to comment.