Moves the global preferences to the sidebar

This commit is contained in:
Gustavo Maximiliano Cortez 2015-11-09 15:20:15 -03:00
commit 308616c254
16 changed files with 177 additions and 130 deletions

View file

@ -11,8 +11,8 @@
</div>
<button class="button black round expand" ng-click="$root.go('add')" translate>Create</button>
<div class="text-center text-gray p20v" ng-click="$root.go('preferences')">
<button class=" outline round dark-gray tiny" translate> Preferences </button>
<div ng-show="!index.isCordova" class="text-center text-gray p20v" ng-click="$root.go('preferencesGlobal')">
<button class=" outline round dark-gray tiny" translate>Settings</button>
</div>
</div>