mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-26 22:06:41 -06:00
10 lines
303 B
HTML
10 lines
303 B
HTML
<template name="ionNavBackButton">
|
|
<a href="{{url}}" class="buttons button button-clear back-button pull-left" data-nav-direction="back">
|
|
{{> ionIcon icon='ios-arrow-back'}}
|
|
{{#unless isAndroid}}
|
|
<span class="back-text">
|
|
{{text}}
|
|
</span>
|
|
{{/unless}}
|
|
</a>
|
|
</template>
|