1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +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

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