aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2021-03-22 02:17:58 +0000
committerMax Magorsch <arzano@gentoo.org>2021-03-22 02:17:58 +0000
commit8cdad2a374d6115b7fc44d9a415351071ed39c81 (patch)
treea3d72bab410d6ed05c00f83cb7b92828cee1e1a4 /web
parentReset the right stuff. (diff)
downloadsoko-8cdad2a374d6115b7fc44d9a415351071ed39c81.tar.gz
soko-8cdad2a374d6115b7fc44d9a415351071ed39c81.tar.bz2
soko-8cdad2a374d6115b7fc44d9a415351071ed39c81.zip
Hide the user preferences icon until we fix it
Currently the user preferences are kind of broken as we cache requests and the cookies used for the user preferences are not handled correctly. Let's hide the user preferences button until we fix this issues. Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'web')
-rw-r--r--web/templates/layout/tyriannav.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/templates/layout/tyriannav.tmpl b/web/templates/layout/tyriannav.tmpl
index 1fd96de..575b32d 100644
--- a/web/templates/layout/tyriannav.tmpl
+++ b/web/templates/layout/tyriannav.tmpl
@@ -33,9 +33,11 @@
</form>
{{end}}
+ <!--
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="/user/preferences"><i class="fa fa-user-circle-o" aria-hidden="true"></i></a></li>
</ul>
+ -->
</div>
</div>