Skip to content

Commit 67aae2e

Browse files
authored
Merge pull request doccano#275 from clarus/add-page-counter
Add page counter
2 parents 4cc7abf + b3c6397 commit 67aae2e

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)