sortowanie_w_mass_add #10

Merged
gru merged 90 commits from sortowanie_w_mass_add into master 2025-09-02 17:08:55 +02:00
Showing only changes of commit 14017f7b49 - Show all commits

View File

@@ -85,7 +85,7 @@
{% endfor %}
</span>
<div class="btn-group mt-2 mt-md-0 float-end" role="group">
<div class="btn-group d-flex justify-content-end mt-2 mt-md-0" role="group">
<a href="{{ url_for('view_list', list_id=l.id) }}" class="btn btn-sm btn-outline-light">📄 Otwórz</a>
<a href="{{ url_for('copy_list', list_id=l.id) }}" class="btn btn-sm btn-outline-light">📋 Kopiuj</a>
<a href="{{ url_for('edit_my_list', list_id=l.id) }}" class="btn btn-sm btn-outline-light">✏️ Edytuj</a>