Merge pull request #6023 from G-Chubinidze/gc_SCI_8864

UI changes of "Create new inventory" modal [SCI-8864]
This commit is contained in:
artoscinote 2023-08-21 10:25:29 +02:00 committed by GitHub
commit 25f5afdcef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal"><%=t "general.cancel" %></button>
<%= f.submit t("repositories.index.modal_create.submit"), class: "btn btn-success" %>
</div>
</div>