79f6b59f6e
* Split the settings into their own files * Refactor profile jade items to have separate files
13 lines
281 B
Plaintext
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)
|