Update search.html

Fix relative stats URL
This commit is contained in:
acc557
2020-11-13 14:38:06 +08:00
committed by GitHub
parent c6bfe6ec83
commit 7cccd83991

View File

@@ -14,7 +14,7 @@
<a class="navbar-brand" href="/">sist2</a>
<span class="badge badge-pill version">2.8.5</span>
<span class="tagline">Lightning-fast file system indexer and search tool </span>
<a class="btn ml-auto" href="/stats">Stats</a>
<a class="btn ml-auto" href="stats">Stats</a>
<button class="btn" type="button" data-toggle="modal" data-target="#settings" onclick="loadSettings()">Settings
</button>
<button class="btn" title="Toggle theme" onclick="toggleTheme()">Theme</button>