mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
implement back feature on sas ajax view
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
|
||||
<div class="title">
|
||||
<h3 x-text="current_picture.name"></h3>
|
||||
<h4 x-text="`${pictures.indexOf(current_picture)} / ${pictures.length}`"></h4>
|
||||
<h4 x-text="`${pictures.indexOf(current_picture) + 1 } / ${pictures.length}`"></h4>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
Reference in New Issue
Block a user