imprioved recipe print view

This commit is contained in:
vabene1111
2021-06-13 17:04:52 +02:00
parent 24e4ea354d
commit 0b3e86f6fd
6 changed files with 8 additions and 8 deletions

View File

@@ -135,7 +135,7 @@
<add-recipe-to-book :recipe="recipe"></add-recipe-to-book>
<div class="row text-center" style="margin-top: 3vh; margin-bottom: 3vh" v-if="share_uid !== ''">
<div class="row text-center d-print-none" style="margin-top: 3vh; margin-bottom: 3vh" v-if="share_uid !== ''">
<div class="col col-md-12">
<a :href="resolveDjangoUrl('view_report_share_abuse', share_uid)" >{{$t('Report Abuse')}}</a>
</div>