Add email and phone display to communications workbench
This commit is contained in:
parent
be8d92d7ae
commit
ffe427564b
2 changed files with 16 additions and 0 deletions
|
|
@ -58,12 +58,18 @@
|
|||
class="form-label text-muted small mb-0"
|
||||
>
|
||||
<i class="bi bi-envelope"></i>
|
||||
<a :href="'mailto:' + report.reporter.email">{{
|
||||
report.reporter.email
|
||||
}}</a>
|
||||
</label>
|
||||
<label
|
||||
v-if="report.reporter.has_phone"
|
||||
class="form-label text-muted small mb-0"
|
||||
>
|
||||
<i class="bi bi-phone"></i>
|
||||
<a :href="'tel:+' + report.reporter.phone">{{
|
||||
report.reporter.phone
|
||||
}}</a>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue