mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
12 lines
265 B
Text
12 lines
265 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
|
|
.tab-pane.active
|
|
div(ui-view)
|