mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-07 20:07:30 +02:00
(refs #1196)Fix search results paging for Wiki
This commit is contained in:
@@ -22,6 +22,6 @@
|
||||
</div>
|
||||
}
|
||||
@helper.html.paginator(page, wikis.size, CodeLimit, 10,
|
||||
s"${url(repository)}/search?q=${urlEncode(query)}&type=code")
|
||||
s"${url(repository)}/search?q=${urlEncode(query)}&type=wiki")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user