Commit 5715f081cdba168ab1523fd8ff8a8ecd136ccacd
1 parent
694afc26
Exists in
master
and in
2 other branches
Adding login icon to header
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
ConfJuvApp/www/html/_header.html
@@ -6,4 +6,6 @@ | @@ -6,4 +6,6 @@ | ||
6 | <div ng-show="loggedIn"> | 6 | <div ng-show="loggedIn"> |
7 | <button menu-toggle="right" class="button button-icon icon ion-funnel" hide-when="large"></button> | 7 | <button menu-toggle="right" class="button button-icon icon ion-funnel" hide-when="large"></button> |
8 | </div> | 8 | </div> |
9 | + | ||
10 | + <button class="button button-icon icon ion-log-in" ng-hide="loggedIn" ng-click="openModal()"></button> | ||
9 | </ion-header-bar> | 11 | </ion-header-bar> |