Skip to content

Commit b3c6397

Browse files
committed
Add page counter
1 parent 4883934 commit b3c6397

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/server/static/components/annotation.pug

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ div.columns(v-cloak="")
145145
i.fas.fa-chevron-left
146146
span Prev
147147

148+
span.button.level-center.is-static {{ offset + pageNumber + 1 }} / {{ count }}
149+
148150
a.button.level-right(
149151
v-shortkey="{ next1: ['ctrl', 'n'], next2: ['arrowdown'], next3: ['arrowright'] }"
150152
v-on:click="nextPage"

0 commit comments

Comments
 (0)