Skip to content

Commit

Permalink
remove class
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien committed Sep 26, 2024
1 parent 2a28d75 commit c75cc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/modal/_confirm.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">
{{ 'crudit.modal.cancel'|trans({}, 'LleCruditBundle') }}
</button>
<a id="modal-confirm-link" href="#" type="button" class="btn btn-danger crudit-action">
<a id="modal-confirm-link" href="#" type="button" class="btn btn-danger">
{{ 'crudit.modal.confirm.action'|trans({}, 'LleCruditBundle') }}
</a>
</div>
Expand Down

0 comments on commit c75cc28

Please sign in to comment.