Skip to content

Commit f045f71

Browse files
committed
Show full sha on hover
1 parent afa8a6f commit f045f71

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)