Browse Source

Add page counter

pull/275/head
Guillaume Claret 5 years ago
parent
commit
b3c6397b04
1 changed files with 2 additions and 0 deletions
  1. 2
      app/server/static/components/annotation.pug

2
app/server/static/components/annotation.pug

@ -145,6 +145,8 @@ div.columns(v-cloak="")
i.fas.fa-chevron-left
span Prev
span.button.level-center.is-static {{ offset + pageNumber + 1 }} / {{ count }}
a.button.level-right(
v-shortkey="{ next1: ['ctrl', 'n'], next2: ['arrowdown'], next3: ['arrowright'] }"
v-on:click="nextPage"

Loading…
Cancel
Save