Add a link from the event log to the shotlog

This commit is contained in:
D. Berge
2023-10-31 19:47:18 +01:00
parent 7ac997cd7d
commit c201229891

View File

@@ -33,6 +33,17 @@
</span>
</v-toolbar-title>
<a v-if="$route.params.sequence"
class="mr-3"
:href="`/projects/${$route.params.project}/sequences/${$route.params.sequence}`"
title="View the shotlog for this sequence"
>
<v-icon
right
color="teal"
>mdi-format-list-numbered</v-icon>
</a>
<dougal-event-edit v-if="writeaccess"
v-model="eventDialog"
v-bind="editedEvent"