Merge pull request #217 from gabrielbazan7/fix/routesSettings
fixing routes on settings
This commit is contained in:
commit
3cf7e578c4
8 changed files with 15 additions and 17 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<ion-nav-bar class="bar-stable">
|
||||
<ion-nav-title>Session log</ion-nav-title>
|
||||
<ion-nav-buttons side="primary">
|
||||
<button class="button no-border" ui-sref="about">
|
||||
<button class="button no-border" ui-sref="settings.about">
|
||||
<i class="icon ion-chevron-left"></i> Back
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<i class="icon ion-ios-book-outline"></i>
|
||||
<span translate>Address Book</span>
|
||||
</div>
|
||||
<div class="item item-icon-left" href ui-sref="feedback">
|
||||
<div class="item item-icon-left" href ui-sref="settings.feedback">
|
||||
<i class="icon ion-ios-heart-outline"></i>
|
||||
<span translate>Feedback</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<ion-nav-bar class="bar-stable">
|
||||
<ion-nav-title>Terms of Use</ion-nav-title>
|
||||
<ion-nav-buttons side="primary">
|
||||
<button class="button no-border" ui-sref="about">
|
||||
<button class="button no-border" ui-sref="settings.about">
|
||||
<i class="icon ion-chevron-left"></i> Back
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<ion-nav-bar class="bar-stable">
|
||||
<ion-nav-title>Translators</ion-nav-title>
|
||||
<ion-nav-buttons side="primary">
|
||||
<button class="button no-border" ui-sref="about">
|
||||
<button class="button no-border" ui-sref="settings.about">
|
||||
<i class="icon ion-chevron-left"></i> Back
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue