Extract page dir from latest changes. Fix #1388 (#1395)

* Strip off page_dir prefix from latest changes urls
* Rename spurious next and previous_link
* New format for LatestChanges#versions: detect renames
This commit is contained in:
Dawa Ometto
2019-09-18 18:10:09 +02:00
committed by GitHub
parent 41d7cf75c5
commit 88c624877e
7 changed files with 81 additions and 29 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
<span class="flex-auto col-1 text-gray-light">{{date}}</span>
<span class="flex-auto col-7">{{message}}<br/>
{{#files}}
<span class="flex-auto col-2"><a href="{{link}}">{{file}}</a></span><br/>
{{/files}}
<span class="flex-auto col-2">{{#renamed}}{{renamed}} -> {{/renamed}}<a href="{{link}}">{{file}}</a></span><br/>
{{/files}}
</span>
<span class="pl-4 float-right">[{{id7}}]</span>
</div>