mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
use router links instead of back
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<form #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
||||
<header>
|
||||
<div class="left">
|
||||
<button type="button" appBlurClick (click)="cancel()">{{'cancel' | i18n}}</button>
|
||||
<a routerLink="/folders">{{'cancel' | i18n}}</a>
|
||||
</div>
|
||||
<div class="center">
|
||||
<span class="title">{{title}}</span>
|
||||
|
||||
Reference in New Issue
Block a user