diff options
author | 2021-03-22 02:17:58 +0000 | |
---|---|---|
committer | 2021-03-22 02:17:58 +0000 | |
commit | 8cdad2a374d6115b7fc44d9a415351071ed39c81 (patch) | |
tree | a3d72bab410d6ed05c00f83cb7b92828cee1e1a4 /web | |
parent | Reset the right stuff. (diff) | |
download | soko-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.tmpl | 2 |
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> |