replace some links to sref link

This commit is contained in:
Matias Alejo Garcia 2016-06-12 00:31:12 -03:00
commit 096252c691
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 12 additions and 20 deletions

View file

@ -7,12 +7,12 @@
<div class="content">
<ul class="no-bullet manage text-center">
<li class="white m20t" ng-show="index.glideraEnabled">
<a ng-click="$root.go('glidera')">
<a href ui-sref="glidera">
<img src="img/glidera-logo.png" width="150">
</a>
</li>
<li class="white m20t" ng-show="index.coinbaseEnabled">
<a ng-click="$root.go('coinbase')">
<a href ui-sref="coinbase">
<img src="img/coinbase-logo.png" width="150">
</a>
</li>