fixed print for new recipe view
This commit is contained in:
parent
c41c319d25
commit
5b8a22762b
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
|||||||
{{ step.time }} {{ _('min') }}
|
{{ step.time }} {{ _('min') }}
|
||||||
|
|
||||||
</small>
|
</small>
|
||||||
<small v-if="start_time !== ''">
|
<small v-if="start_time !== ''" class="d-print-none">
|
||||||
<b-link :id="`id_reactive_popover_${step.id}`" @click="openPopover" href="#">
|
<b-link :id="`id_reactive_popover_${step.id}`" @click="openPopover" href="#">
|
||||||
{{ moment(start_time).add(step.time_offset, 'minutes').format('HH:mm') }}
|
{{ moment(start_time).add(step.time_offset, 'minutes').format('HH:mm') }}
|
||||||
</b-link>
|
</b-link>
|
||||||
@ -55,7 +55,7 @@
|
|||||||
</h4>
|
</h4>
|
||||||
<span style="margin-left: 4px" class="text-muted" v-if="step.time !== 0"><i class="fa fa-stopwatch"></i>
|
<span style="margin-left: 4px" class="text-muted" v-if="step.time !== 0"><i class="fa fa-stopwatch"></i>
|
||||||
{{ step.time }} {{ _('min') }}</span>
|
{{ step.time }} {{ _('min') }}</span>
|
||||||
<b-link :id="`id_reactive_popover_${step.id}`" @click="openPopover" href="#" v-if="start_time !== ''">
|
<b-link class="d-print-none" :id="`id_reactive_popover_${step.id}`" @click="openPopover" href="#" v-if="start_time !== ''">
|
||||||
{{ moment(start_time).add(step.time_offset, 'minutes').format('HH:mm') }}
|
{{ moment(start_time).add(step.time_offset, 'minutes').format('HH:mm') }}
|
||||||
</b-link>
|
</b-link>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user