We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1a7b0 commit de7dcc7Copy full SHA for de7dcc7
web_src/js/components/RepoActionView.vue
@@ -36,7 +36,7 @@
36
<span class="ui text gt-mx-3">{{ job.name }}</span>
37
</a>
38
<span class="step-summary-duration">{{ job.duration }}</span>
39
- <button class="job-brief-rerun" @click="rerunJob(index)" v-if="job.canRerun">
+ <button :data-tooltip-content="locale.rerun" class="job-brief-rerun" @click="rerunJob(index)" v-if="job.canRerun">
40
<SvgIcon name="octicon-sync" class="ui text black"/>
41
</button>
42
</div>
0 commit comments