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

@ -19,6 +19,9 @@
<li>
<a href="{{ route "createUser" }}">{{ t "Add user" }}</a>
</li>
<li>
<a href="{{ route "about" }}">{{ t "About" }}</a>
</li>
</ul>
</section>