mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-18 22:28:01 +00:00
fix the pagination issue for search result of comments and flows
This commit is contained in:
parent
29b3783b4d
commit
c88b0ecab7
@ -1735,11 +1735,9 @@
|
||||
<ul class="pager">
|
||||
{{#unless first}}
|
||||
<li class="previous">
|
||||
{{#if source}}
|
||||
{{#link-to 'search' (query-params categroy=category source=source page=previousPage)}}
|
||||
← Prev
|
||||
{{/link-to}}
|
||||
{{/if}}
|
||||
</li>
|
||||
{{/unless}}
|
||||
<li>
|
||||
@ -1747,12 +1745,9 @@
|
||||
</li>
|
||||
{{#unless last}}
|
||||
<li class="next">
|
||||
{{#if source}}
|
||||
{{#link-to 'search' (query-params categroy=category source=source page=nextPage)}}
|
||||
Next →
|
||||
{{/link-to}}
|
||||
{{/if}}
|
||||
|
||||
</li>
|
||||
{{/unless}}
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user