17 lines
511 B
HTML
17 lines
511 B
HTML
<ion-view>
|
|
<ion-nav-bar class="bar-royal">
|
|
<ion-nav-buttons side="primary">
|
|
<button class="button back-button" ui-sref="tabs.home">
|
|
<i class="icon ion-ios-arrow-thin-left"></i>
|
|
</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>
|