allow auto pagination from image to room
This commit is contained in:
parent
0ef2d2acd9
commit
e76ff57053
|
@ -35,7 +35,7 @@ html(lang="en-gb")
|
||||||
|
|
||||||
button.pagination.prev previous
|
button.pagination.prev previous
|
||||||
button.pagination.next#game-data-next(disabled=true) next
|
button.pagination.next#game-data-next(disabled=true) next
|
||||||
.page.image
|
.page.image#page-image
|
||||||
h2 image
|
h2 image
|
||||||
|
|
||||||
.image-container
|
.image-container
|
||||||
|
@ -44,7 +44,7 @@ html(lang="en-gb")
|
||||||
|
|
||||||
button.pagination.prev previous
|
button.pagination.prev previous
|
||||||
button.pagination.next#image-next(disabled=true) next
|
button.pagination.next#image-next(disabled=true) next
|
||||||
.page.room
|
.page.room#page-room
|
||||||
h2 room
|
h2 room
|
||||||
|
|
||||||
table
|
table
|
||||||
|
|
Loading…
Reference in New Issue