diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-10-06 19:38:13 +0000 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-10-06 19:38:13 +0000 |
commit | 08803fe59e1593a7aca8550c5dc38b603b403fba (patch) | |
tree | de1cfbfe68cbcec5bf847813f1b6f6907d38073e /web | |
parent | Add the possibility to customize the web page (diff) | |
download | soko-08803fe59e1593a7aca8550c5dc38b603b403fba.tar.gz soko-08803fe59e1593a7aca8550c5dc38b603b403fba.tar.bz2 soko-08803fe59e1593a7aca8550c5dc38b603b403fba.zip |
Hide the user preferences link for now
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'web')
-rw-r--r-- | web/templates/layout/tyriannav.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/layout/tyriannav.tmpl b/web/templates/layout/tyriannav.tmpl index e47c2a3..9cc72a6 100644 --- a/web/templates/layout/tyriannav.tmpl +++ b/web/templates/layout/tyriannav.tmpl @@ -33,7 +33,7 @@ </form> {{end}} - <ul class="navbar-nav"> + <ul class="navbar-nav d-none"> <li class="nav-item"><a class="nav-link" href="/user/preferences"><i class="fa fa-user-circle-o" aria-hidden="true"></i><sup><span class="badge badge-light ml-1">New</span></sup></a></li> </ul> |