Fix glidera ux and hide button if not have transaction permissions

This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-21 11:25:44 -03:00
commit 3ce46d195c
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,6 @@
</div>
<div class="content preferences" ng-controller="preferencesGlideraController as glidera">
<h4></h4>
<ul ng-if="index.glideraToken" class="no-bullet m0">
<h4 class="title m0">Permissions</h4>
@ -261,6 +260,7 @@
<span class="text-warning">Log out</span>
</li>
</ul>
<h4></h4>
</div>
<div class="extra-margin-bottom"></div>