1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Add missing about menu in settings

This commit is contained in:
Frédéric Guillot 2018-01-31 22:03:21 -08:00
parent b78172033f
commit 32cec5bad0
5 changed files with 29 additions and 5 deletions

View file

@ -16,6 +16,9 @@
<li>
<a href="{{ route "users" }}">{{ t "Users" }}</a>
</li>
<li>
<a href="{{ route "about" }}">{{ t "About" }}</a>
</li>
</ul>
</section>