removed taxonomy display on article page
This commit is contained in:
parent
596d078708
commit
60647e3bb9
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -35,7 +35,7 @@
|
||||||
/>
|
/>
|
||||||
</figure>
|
</figure>
|
||||||
</section>
|
</section>
|
||||||
<section class="taxonomy">
|
<!-- <section class="taxonomy">
|
||||||
<div class="thesaurus">
|
<div class="thesaurus">
|
||||||
<ul>
|
<ul>
|
||||||
<li
|
<li
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
>{{ term.name }}</li>
|
>{{ term.name }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section> -->
|
||||||
<section v-if="article.showroom" class="showroom">
|
<section v-if="article.showroom" class="showroom">
|
||||||
<h2>{{ article.showroom.name }}</h2>
|
<h2>{{ article.showroom.name }}</h2>
|
||||||
<a class="mail" :href="'mail:'+article.showroom.field_public_email">
|
<a class="mail" :href="'mail:'+article.showroom.field_public_email">
|
||||||
|
|
Loading…
Reference in New Issue