added phone and country to company display
This commit is contained in:
@ -152,6 +152,8 @@
|
||||
<a target="_blank" :href="manu.website.url">{{shortUrl(manu.website.url)}}</a>
|
||||
</p>
|
||||
<p v-if="manu.email"><a :href="'mailto:'+manu.email">{{ manu.email }}</a></p>
|
||||
<p v-if="manu.phone"><a :href="'tel:'+manu.phone">{{ manu.phone }}</a></p>
|
||||
<p v-if="manu.country.country_name">{{ manu.country.country_name }}</p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
@ -164,6 +166,8 @@
|
||||
<a target="_blank" :href="distrib.website.url">{{shortUrl(distrib.website.url)}}</a>
|
||||
</p>
|
||||
<p v-if="distrib.email"><a :href="'mailto:'+distrib.email">{{ distrib.email }}</a></p>
|
||||
<p v-if="distrib.phone"><a :href="'tel:'+distrib.phone">{{ distrib.phone }}</a></p>
|
||||
<p v-if="distrib.country.country_name">{{ distrib.country.country_name }}</p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user