We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afa8a6f + f045f71 commit 44791ccCopy full SHA for 44791cc
site/frontend/src/pages/status/commit-sha.vue
@@ -11,6 +11,7 @@ const looksLikeSha = computed(() => props.tag.length === 40);
11
<template>
12
<a
13
v-if="looksLikeSha"
14
+ :title="tag"
15
:href="'https://github.com/rust-lang/rust/commit/' + tag"
16
>
17
{{ tag.substring(0, 13) }}
0 commit comments