From b3c6397b04d216679c0c4e5659c1df2766411019 Mon Sep 17 00:00:00 2001 From: Guillaume Claret Date: Thu, 4 Jul 2019 18:58:03 +0200 Subject: [PATCH] Add page counter --- app/server/static/components/annotation.pug | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/server/static/components/annotation.pug b/app/server/static/components/annotation.pug index eea324da..7c775f45 100644 --- a/app/server/static/components/annotation.pug +++ b/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"