fix: Add back link to Buying
This commit is contained in:
parent
23e45ada69
commit
d37108d18e
@ -1,6 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="item_details">
|
<div v-if="item_details">
|
||||||
|
<div>
|
||||||
|
<a class="text-muted" v-route="'marketplace/buying'">← {{ __('Back to Messages') }}</a>
|
||||||
|
</div>
|
||||||
<section-header>
|
<section-header>
|
||||||
<div class="flex flex-column margin-bottom">
|
<div class="flex flex-column margin-bottom">
|
||||||
<h4>{{ item_details.item_name }}</h4>
|
<h4>{{ item_details.item_name }}</h4>
|
||||||
|
Loading…
Reference in New Issue
Block a user