Browse Source
Merge pull request #275 from clarus/add-page-counter
Add page counter
pull/284/head
Hiroki Nakayama
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
app/server/static/components/annotation.pug
|
@ -145,6 +145,8 @@ div.columns(v-cloak="") |
|
|
i.fas.fa-chevron-left |
|
|
i.fas.fa-chevron-left |
|
|
span Prev |
|
|
span Prev |
|
|
|
|
|
|
|
|
|
|
|
span.button.level-center.is-static {{ offset + pageNumber + 1 }} / {{ count }} |
|
|
|
|
|
|
|
|
a.button.level-right( |
|
|
a.button.level-right( |
|
|
v-shortkey="{ next1: ['ctrl', 'n'], next2: ['arrowdown'], next3: ['arrowright'] }" |
|
|
v-shortkey="{ next1: ['ctrl', 'n'], next2: ['arrowdown'], next3: ['arrowright'] }" |
|
|
v-on:click="nextPage" |
|
|
v-on:click="nextPage" |
|
|