1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 09:33:27 +00:00

use router links instead of back

This commit is contained in:
Kyle Spearrin
2018-04-13 13:18:43 -04:00
parent 0505043e18
commit 40790790b2
8 changed files with 15 additions and 34 deletions

View File

@@ -1,9 +1,9 @@
<header>
<div class="left">
<button appBlurClick type="button" (click)="close()">
<a routerLink="/tabs/settings">
<span class="header-icon"><i class="fa fa-chevron-left"></i></span>
<span>{{'back' | i18n}}</span>
</button>
</a>
</div>
<div class="center">
<span class="title">{{'sync' | i18n}}</span>