feat: Add link for "intitated from" in sidebar (#1523)

This commit is contained in:
Nithin David Thomas
2020-12-18 01:19:44 +05:30
committed by GitHub
parent fa883a2780
commit dd3d91c67e
2 changed files with 8 additions and 2 deletions

View File

@@ -10,7 +10,9 @@
</button>
</h4>
<div v-if="value" class="conv-details--item__value">
{{ value }}
<slot>
{{ value }}
</slot>
</div>
</div>
</template>

View File

@@ -34,7 +34,11 @@
:title="$t('CONTACT_PANEL.INITIATED_FROM')"
:value="referer"
icon="ion-link"
/>
>
<a :href="referer" rel="noopener noreferrer nofollow" target="_blank">
{{ referer }}
</a>
</contact-details-item>
<contact-details-item
v-if="initiatedAt"
:title="$t('CONTACT_PANEL.INITIATED_AT')"