Skip to content
Snippets Groups Projects
Commit 5ec3075d authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add link to gitlab

parent ab74f5ce
No related branches found
No related tags found
No related merge requests found
Pipeline #127660 waiting for manual action with stages
in 6 minutes and 33 seconds
<script setup lang="ts"> <script setup lang="ts">
const runtimeConfig = useRuntimeConfig(); const runtimeConfig = useRuntimeConfig();
const commitUrl = computed(() => {
return `https://gitlab.pasteur.fr/mdm-lab/wiki/-/tree/${runtimeConfig.public.shortSha}`
})
</script> </script>
<template> <template>
<v-footer absolute="true" text-center d-flex flex-column> <v-footer absolute="true" text-center d-flex flex-column>
<div class="px-4 text-center w-100"> <div class="px-4 text-center w-100">
<v-btn prepend-icon="mdi-source-commit" variant="plain"> <v-btn size="small" prepend-icon="mdi-source-commit" variant="plain" :href="commitUrl" target="_blank">
{{ runtimeConfig.public.shortSha }} {{ runtimeConfig.public.shortSha }}
</v-btn> </v-btn>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment