forked from trent_larson/crowd-funder-for-time-pwa
fix: A 'back' from a DID view page goes back to the list (not to edit again)
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
<!-- Breadcrumb -->
|
||||
<div id="ViewBreadcrumb" class="mb-8">
|
||||
<h1 id="ViewHeading" class="text-lg text-center font-light relative px-7">
|
||||
<!-- Back -->
|
||||
<button
|
||||
<!-- Go to 'contacts' instead of just 'back' because they could get here from an edit page (and going back there is annoying). -->
|
||||
<router-link
|
||||
:to="{ name: 'contacts' }"
|
||||
class="text-lg text-center px-2 py-1 absolute -left-2 -top-1"
|
||||
@click="goBack"
|
||||
>
|
||||
<font-awesome icon="chevron-left" class="fa-fw"></font-awesome>
|
||||
</button>
|
||||
</router-link>
|
||||
Identifier Details
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user