Files
habitica/website/views/options/index.jade
T
Keith Holliday 79f6b59f6e Options view cleanup (#8484)
* Split the settings into their own files

* Refactor profile jade items to have separate files
2017-02-17 03:55:59 -07:00

13 lines
281 B
Plaintext

include ./profile/index
include ./social/index
include ./inventory/index
include ./settings/index
script(id='partials/options.html', type="text/ng-template")
.container-fluid
.row
.col-md-12
.tab-content.row
.tab-pane.active
div(ui-view)