This commit is contained in:
Eugene Pankov
2017-04-14 21:53:19 +02:00
parent c3cc57f897
commit fa02eb38e9
17 changed files with 468 additions and 132 deletions

View File

@@ -9,11 +9,11 @@ ngb-tabset.vertical(type='tabs')
.col.col-lg-6
.form-group
label Theme
select.form-control(
'[(ngModel)]'='config.store.appearance.theme',
(ngModelChange)='config.save()',
)
option(*ngFor='let theme of themes', [ngValue]='theme.name') {{theme.name}}
select.form-control(
'[(ngModel)]'='config.store.appearance.theme',
(ngModelChange)='config.save()',
)
option(*ngFor='let theme of themes', [ngValue]='theme.name') {{theme.name}}
.form-group
label Show tabs