Skip to content

Commit

Permalink
feat: Add link for "intitated from" in sidebar (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
nithindavid committed Dec 17, 2020
1 parent fa883a2 commit dd3d91c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Expand Up @@ -10,7 +10,9 @@
</button>
</h4>
<div v-if="value" class="conv-details--item__value">
{{ value }}
<slot>
{{ value }}
</slot>
</div>
</div>
</template>
Expand Down
Expand Up @@ -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')"
Expand Down

0 comments on commit dd3d91c

Please sign in to comment.