mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-04 09:19:33 +00:00
Migrated some smaller utilities to BS5.
This commit is contained in:
parent
a07c43ea8a
commit
d16c01ebe0
9 changed files with 15 additions and 15 deletions
|
|
@ -23,11 +23,11 @@
|
|||
{% if pictures | length > 1 %}
|
||||
<a class="carousel-control-prev carousel-control" href="#pictureCarousel" role="button" data-slide="prev">
|
||||
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">{% trans %}part.info.prev_picture{% endtrans %}</span>
|
||||
<span class="visually-hidden">{% trans %}part.info.prev_picture{% endtrans %}</span>
|
||||
</a>
|
||||
<a class="carousel-control-next carousel-control" href="#pictureCarousel" role="button" data-slide="next">
|
||||
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">{% trans %}part.info.next_picture{% endtrans %}</span>
|
||||
<span class="visually-hidden">{% trans %}part.info.next_picture{% endtrans %}</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue