|
|
@ -2,8 +2,11 @@ |
|
|
|
<QuickNav selected="Contacts"></QuickNav> |
|
|
|
<section id="Content" class="p-6 pb-24"> |
|
|
|
<!-- Breadcrumb --> |
|
|
|
<div id="ViewBreadcrumb" class="mb-8"> |
|
|
|
<h1 class="text-lg text-center font-light relative px-7"> |
|
|
|
<div class="mb-8"> |
|
|
|
<h1 |
|
|
|
id="ViewBreadcrumb" |
|
|
|
class="text-lg text-center font-light relative px-7" |
|
|
|
> |
|
|
|
<!-- Back --> |
|
|
|
<router-link |
|
|
|
:to="{ name: 'contacts' }" |
|
|
@ -11,11 +14,12 @@ |
|
|
|
><fa icon="chevron-left" class="fa-fw"></fa |
|
|
|
></router-link> |
|
|
|
</h1> |
|
|
|
|
|
|
|
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4"> |
|
|
|
Given with {{ contact?.name }} |
|
|
|
</h1> |
|
|
|
</div> |
|
|
|
|
|
|
|
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8"> |
|
|
|
Given with {{ contact?.name }} |
|
|
|
</h1> |
|
|
|
<div class="flex justify-around"> |
|
|
|
<span /> |
|
|
|
<span class="justify-around">(Only 50 most recent)</span> |
|
|
|