Fix broken History button when viewing historical deleted file (#1759)
* Fix broken History button when viewing historical deleted file * Add tests
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
{{#history}}
|
||||
<a
|
||||
class="btn BtnGroup-item btn-sm hide-sm hide-md"
|
||||
href="{{history_path}}/{{escaped_url_path}}"
|
||||
href="{{history_path}}/{{escaped_url_path}}/{{version}}"
|
||||
id="minibutton-history"
|
||||
>
|
||||
History
|
||||
|
||||
Reference in New Issue
Block a user