Various fixes

This commit is contained in:
2022-02-18 18:36:16 +01:00
parent cdd1f1b7dd
commit 1834abf562
7 changed files with 31 additions and 28 deletions

View File

@@ -9,9 +9,9 @@
<body>
<h1>{info.filename}</h1>
{#if !info.filename is '/'}
<a href="{info.directUrl}/..">back</a>
<a href="{info.directUrl}..">back</a>
<span style="float:right;">
<a href="{info.viewUrl}/">viewer</a>
<a href="{info.viewUrl}">viewer</a>
</span>
{/if}
<hr />