REST Service for POPCORN - ILIAS
alex
2025-06-06 e6b083fb7441ebdf65230517509af3c55c0c808c
vue/src/components/Pagination.vue
@@ -70,7 +70,6 @@
   <div class="pagination">
      <div class="pagination-buttons">
         <input type="button" @click="goStart()" class="start" value="«">
         <input type="button" @click="goPrev()" class="prev" value="‹">
         <span class="current">{{ offset }} - {{ offset + limit }} / {{ total }}</span>