We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5239fd commit ac11570Copy full SHA for ac11570
app/components/pagination/index.hbs
@@ -7,13 +7,15 @@
7
<LinkTo
8
@route={{@route}}
9
{{on "click" (perform @onPageClick page.number @hint)}}
10
+ @activeClass="dummy"
11
class="page-link">
12
{{page.number}}
13
</LinkTo>
14
{{else}}
15
16
17
@query={{hash page=page.number}}
18
19
20
21
changelog.d/487.fixed.md
@@ -0,0 +1 @@
1
+Pagination should show correct current page
0 commit comments