Skip to content

Commit

Permalink
Added link to the admin dashboard in the user fab menu
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Aug 10, 2015
1 parent 289c4d6 commit c53beb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/app/_layouts/default.tpl.html
Expand Up @@ -17,6 +17,9 @@ <h1>Spira</h1>
<md-button ui-sref="app.user.profile" class="md-fab md-raised md-mini">
<md-icon>face</md-icon>
</md-button>
<md-button ng-if="AppController.ngJwtAuthService.user.isAdmin()" ui-sref="app.admin.dashboard" class="md-fab md-raised md-mini md-fab-action-item">
<md-icon>dashboard</md-icon>
</md-button>
</md-fab-actions>
</md-fab-speed-dial>

Expand Down

0 comments on commit c53beb9

Please sign in to comment.