added print tool to cards
This commit is contained in:
@ -41,6 +41,11 @@
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<section class="tool print">
|
||||
<a :href="item.path+'/printable/print'" target="_blank">
|
||||
<span class="btn mdi mdi-printer"/>
|
||||
</a>
|
||||
</section>
|
||||
</nav>
|
||||
<section class="images" v-switcher>
|
||||
<figure
|
||||
|
@ -50,6 +50,11 @@
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<section class="tool print">
|
||||
<a :href="material.path+'/printable/print'" target="_blank">
|
||||
<span class="btn mdi mdi-printer"/>
|
||||
</a>
|
||||
</section>
|
||||
<!-- <section class="tool industriels" v-if="material.manufacturer || material.distributor">
|
||||
<span class="btn mdi mdi-factory"/>
|
||||
<div class="tool-content">
|
||||
|
Reference in New Issue
Block a user