This commit is contained in:
@@ -47,7 +47,8 @@
|
|||||||
<a :href="'mailto:' + c.v">{{ c.v }}</a>
|
<a :href="'mailto:' + c.v">{{ c.v }}</a>
|
||||||
</template>
|
</template>
|
||||||
<template v-if="c.t == 12">
|
<template v-if="c.t == 12">
|
||||||
<a :href="'http:' + c.v" target="_blank">{{ c.v }}</a>
|
<!-- Expects full url with protocol etc in c.v so might need to add to record builder -->
|
||||||
|
<a :href="c.v" target="_blank">{{ c.v }}</a>
|
||||||
</template>
|
</template>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user