From 39f8fce1ecb0aaa0460eb27d9e413a4aa36f538e Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Fri, 1 Feb 2019 23:49:30 +0100 Subject: [PATCH] [fix] Home: show button "help tour" when login --- www/templates/home/home.html | 1 + 1 file changed, 1 insertion(+) diff --git a/www/templates/home/home.html b/www/templates/home/home.html index e1f36ba56..93af74021 100644 --- a/www/templates/home/home.html +++ b/www/templates/home/home.html @@ -35,6 +35,7 @@ <!-- Help tour (NOT ready yet for small device) --> <button type="button" class="button button-block button-stable button-raised icon-left icon ion-easel ink-dark hidden-xs" + ng-show="login" ng-click="startHelpTour()" > {{'COMMON.BTN_HELP_TOUR'|translate}} </button> -- GitLab