Edit link on the top of item page #11
This commit is contained in:
parent
80d576b12e
commit
915e30c9ca
|
@ -5,6 +5,13 @@
|
||||||
:can-cancel="false"/>
|
:can-cancel="false"/>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
|
|
||||||
|
<router-link
|
||||||
|
class="card-footer-item"
|
||||||
|
:to="{ path: $routerHelper.getItemEditPath(collectionId, itemId)}">
|
||||||
|
{{ $i18n.get('edit') + ' ' + $i18n.get('item') }}
|
||||||
|
</router-link>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="card-image"
|
class="card-image"
|
||||||
v-if="item.document">
|
v-if="item.document">
|
||||||
|
@ -58,18 +65,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="card-footer">
|
|
||||||
<router-link
|
|
||||||
class="card-footer-item"
|
|
||||||
:to="{ path: $routerHelper.getCollectionPath(collectionId)}">
|
|
||||||
{{ $i18n.get('see') + ' ' + $i18n.get('collection') }}
|
|
||||||
</router-link>
|
|
||||||
<router-link
|
|
||||||
class="card-footer-item"
|
|
||||||
:to="{ path: $routerHelper.getItemEditPath(collectionId, itemId)}">
|
|
||||||
{{ $i18n.get('edit') + ' ' + $i18n.get('item') }}
|
|
||||||
</router-link>
|
|
||||||
</footer>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue