Wallet/public/views/buyandsell.html

17 lines
511 B
HTML
Raw Normal View History

2016-08-26 11:11:14 -03:00
<ion-view>
2016-08-31 15:54:53 -04:00
<ion-nav-bar class="bar-royal">
2016-08-26 11:11:14 -03:00
<ion-nav-buttons side="primary">
2016-09-01 12:16:28 -04:00
<button class="button back-button" ui-sref="tabs.home">
<i class="icon ion-ios-arrow-thin-left"></i>
2016-08-26 11:11:14 -03:00
</button>
</ion-nav-buttons>
<ion-nav-title translate>Buy and sell</ion-nav-title>
</ion-nav-bar>
<ion-content>
<ion-list>
<ion-item class="item" ui-sref="glidera.main">
<img src="img/glidera-logo.png" width="100">
</ion-item>
</ion-list>
</ion-content>
</ion-view>