mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-28 02:27:57 +08:00
fixes issue SCI-223
This commit is contained in:
parent
43230384b5
commit
ffa64445df
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
<%=t "projects.reports.index.modal_delete.message" %>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<%= f.button t("projects.reports.index.modal_delete.delete"), class: "btn btn-danger", id: "confirm-delete-reports-btn", name: nil %>
|
||||
<%= f.button t("projects.reports.index.modal_delete.delete"), class: "btn btn-primary", id: "confirm-delete-reports-btn", name: nil %>
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal"><%=t "general.cancel" %></button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue