Merge pull request #4567 from crookedneighbor/add-audio-watts

Added Watts' Theme to Audio Choices
This commit is contained in:
Blade Barringer
2015-01-26 11:27:27 -06:00
25 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ nav.toolbar(ng-controller='AuthCtrl', ng-class='{active: isToolbarHidden}')
div
ul.toolbar-submenu(ng-click='expandMenu(null)')
// Using [{k,v}] instead of {k:v,k:v} to maintain order ('off' at top)
for theme in ['off','danielTheBard']
for theme in ['off','danielTheBard', 'wattsTheme']
li
a(ng-class="{'bg-primary':user.preferences.sound=='#{theme}'}", ng-click="set({'preferences.sound':'#{theme}'})")=env.t('audioTheme_'+theme)