Skip to content

Commit 3b29773

Browse files
committed
Bouton try it caché
1 parent 07b8a75 commit 3b29773

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Zenergy/Zenergy/Pages/home.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<div class="jumbotron">
22
<h1>Zenergy</h1>
33
<p class="lead">Welcome on our website. Here you can manage your account, subscribe to the club and to events. You can also visit our shop to buy some items </p>
4-
<p><a href="#Register" class="btn btn-primary btn-lg">Try it</a></p>
5-
{{users}}
4+
<p><a ng-hide="isAuthanticated()" href="#Register" class="btn btn-primary btn-lg">Try it</a></p>
65
</div>

0 commit comments

Comments
 (0)