fixed material print link in modalcard
This commit is contained in:
parent
e5f679ea0a
commit
12f7bacc26
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
|
@ -89,7 +89,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="tool print">
|
<section class="tool print">
|
||||||
<a :href="material.path+'/printable/print'" target="_blank">
|
<a :href="item.path+'/printable/print'" target="_blank">
|
||||||
<span class="btn mdi mdi-printer"/>
|
<span class="btn mdi mdi-printer"/>
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue