Skip to content

Commit 44791cc

Browse files
authored
Merge pull request #2318 from Jamesbarford/feat/show-full-tag-on-hover
Show full sha on hover
2 parents afa8a6f + f045f71 commit 44791cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/frontend/src/pages/status/commit-sha.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const looksLikeSha = computed(() => props.tag.length === 40);
1111
<template>
1212
<a
1313
v-if="looksLikeSha"
14+
:title="tag"
1415
:href="'https://github.com/rust-lang/rust/commit/' + tag"
1516
>
1617
{{ tag.substring(0, 13) }}

0 commit comments

Comments
 (0)