replace underscore with space in template names

This commit is contained in:
Henry Oswald 2014-07-25 12:20:08 +01:00
parent e5df7597c5
commit d7814e354b

View file

@ -105,7 +105,7 @@ aside#left-menu.full-size(
ng-model="settings.theme"
)
each theme in themes
option(value=theme) #{theme}
option(value=theme) #{theme.replace(/_/g, ' ')}
.form-controls(ng-show="!anonymous")
label(for="mode") Keybindings