mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
12 lines
269 B
Text
12 lines
269 B
Text
include ./profile
|
|
include ./social/index
|
|
include ./inventory/index
|
|
include ./settings
|
|
|
|
script(id='partials/options.html', type="text/ng-template")
|
|
.container-fluid
|
|
.row
|
|
.col-md-12
|
|
.tab-content.row
|
|
.tab-pane.active
|
|
div(ui-view)
|