habitica-self-host/views/index.jade

25 lines
602 B
Text
Raw Normal View History

2013-08-25 01:06:37 +00:00
extends layout
block content
div(ng-app="habitrpg", ng-controller="RootCtrl")
include ./modals/login
include ./header/header
2013-08-25 14:57:19 +00:00
span(ng-hide='_gamePane')
app:filters:filters
2013-08-25 01:06:37 +00:00
br
#notification-area
#wrap
app:alerts:flash
//if they hide the header, we still need user-menu visible
app:settings:menu(ng-show='_user.preferences.hideHeader')
2013-08-25 14:57:19 +00:00
.exp-chart(ng-show='_page.charts.exp')
2013-08-25 01:06:37 +00:00
#main.grid
2013-08-25 14:57:19 +00:00
div(ng-hide='_gamePane')
include ./tasks/task-list
div(ng-show='_gamePane')
2013-08-25 01:06:37 +00:00
app:game-pane:main
app:footer:footer