Skip to content

Commit

Permalink
button edit AT @Mei
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Peter Voigt committed Aug 26, 2024
1 parent d038360 commit c726c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AnnotTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</Transition>
<MainStage class="mainStage stageItem">
<template v-if="annotatedTranscriptForCurrentWz !== null">
<a :href="currentAnnotTabMEIFriendURL" :title="currentAnnotTabFileName" class="btn" target="_blank" v-if="currentAnnotTabFileName">edit AT</a>
<a :href="currentAnnotTabMEIFriendURL" :title="currentAnnotTabFileName" class="btn btn-sm btn-primary" target="_blank" v-if="currentAnnotTabFileName"><i class="icon icon-edit"></i> edit AT</a>
<VerovioComponent purpose="proofreading" type="annotTrans" getter="annotatedTranscriptForCurrentWz" pathGetter="currentWzAtPath"/>
</template>
<template v-else-if="activeWritingZone === null">
Expand Down

0 comments on commit c726c25

Please sign in to comment.