Add link to the /pub folder

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent b1ccd9371d
commit 6ac2a31e36
  1. 3
      archive/src/main/resources/org/openrs2/archive/templates/layout.html

@ -14,6 +14,9 @@
<li class="nav-item" th:classappend="${active == 'caches'}? 'active'">
<a class="nav-link" href="/caches">Caches</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/pub">Other</a>
</li>
</ul>
</div>
</nav>

Loading…
Cancel
Save