Fixed remaining places where offsets where used

This commit is contained in:
Jan Böhmer 2026-03-07 15:54:56 +01:00
parent b508d57094
commit 3aa7480fe4
8 changed files with 15 additions and 15 deletions

View file

@ -1,5 +1,5 @@
<div class="row mb-2">
<div class="offset-3 col">
<div class="{{ offset_col }} {{ input_col }}">
<a class="btn btn-info {% if not is_granted('create', entity) %}disabled{% endif %}" href="{{ entity_url(entity, 'clone') }}">{% trans %}entity.duplicate{% endtrans %}</a>
</div>
</div>
</div>