mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Front page now shows avatar with link
This commit is contained in:
parent
2ba1a1fc85
commit
d6385a94e9
2 changed files with 11 additions and 5 deletions
|
|
@ -125,7 +125,9 @@
|
|||
],
|
||||
"css": [
|
||||
"bower_components/css-social-buttons/css/zocial.css",
|
||||
"front/staticstyle.css"
|
||||
"front/staticstyle.css",
|
||||
"common/dist/sprites/habitrpg-shared.css",
|
||||
"app.css"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,6 +35,9 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
|
|||
|
||||
body(ng-controller='AuthCtrl')
|
||||
include ./login-modal
|
||||
include ../shared/header/avatar
|
||||
include ../shared/mixins
|
||||
include ../shared/modals/members
|
||||
.mobile-container
|
||||
header#header
|
||||
nav.navbar.navbar-default.navbar-static-top
|
||||
|
|
@ -642,3 +645,4 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
|
|||
}]).directive('carousel', [function () {
|
||||
return {}
|
||||
}]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue