mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 16:24:31 -04:00
chore: auto-set-version-on-ci (#2188)
* setup __version__ on build * make build clickable link * fix else-if
This commit is contained in:
@@ -151,6 +151,13 @@
|
||||
</a>
|
||||
</v-list-item-subtitle>
|
||||
</template>
|
||||
<template v-else-if="property.slot === 'build'">
|
||||
<v-list-item-subtitle>
|
||||
<a target="_blank" :href="`https://github.com/hay-kot/mealie/commit/${property.value}`">
|
||||
{{ property.value }}
|
||||
</a>
|
||||
</v-list-item-subtitle>
|
||||
</template>
|
||||
<template v-else>
|
||||
<v-list-item-subtitle>
|
||||
{{ property.value }}
|
||||
@@ -369,6 +376,7 @@ export default defineComponent({
|
||||
value: data.version,
|
||||
},
|
||||
{
|
||||
slot: "build",
|
||||
name: "Build",
|
||||
icon: $globals.icons.information,
|
||||
value: data.buildId,
|
||||
|
||||
Reference in New Issue
Block a user