Commit 5715f081cdba168ab1523fd8ff8a8ecd136ccacd

Authored by Caio Almeida
1 parent 694afc26

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 6 <div ng-show="loggedIn">
7 7 <button menu-toggle="right" class="button button-icon icon ion-funnel" hide-when="large"></button>
8 8 </div>
  9 +
  10 + <button class="button button-icon icon ion-log-in" ng-hide="loggedIn" ng-click="openModal()"></button>
9 11 </ion-header-bar>
... ...