REST Service for POPCORN - ILIAS
alex
2025-06-06 b14c0a2d23482c2afd77f22fe1646b86b5150281
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>