Pagination for history and latest changes. (#1396)
* Pagination for history and latest changes * New footer for historical pages * Fix pagination on history view. * Do not directly use git adapter * History view: allow selecting from different pages * Use log_pagination_options to determine latest changes parameters * Fix JS pageFullPath
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
uploadDest = uploadDest + window.location.pathname.replace(/.*gollum\/[-\w]+\//, "/").replace(/\.[^/.]+$/, "")
|
||||
}
|
||||
{{#page}}
|
||||
var pageFullPath = '{{url_path.source_location}}';
|
||||
var pageFullPath = '{{escaped_url_path}}';
|
||||
{{/page}}
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user