File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
Please also update the template file above if this vue is modified.
3
3
-->
4
4
<template>
5
- <span :data-tooltip-content="localeStatus">
5
+ <span :data-tooltip-content="localeStatus" v-if="status" >
6
6
<SvgIcon name="octicon-check-circle-fill" class="text green" :size="size" :class-name="className" v-if="status === 'success'"/>
7
7
<SvgIcon name="octicon-skip" class="text grey" :size="size" :class-name="className" v-else-if="status === 'skipped'"/>
8
8
<SvgIcon name="octicon-clock" class="text yellow" :size="size" :class-name="className" v-else-if="status === 'waiting'"/>
Original file line number Diff line number Diff line change 19
19
<div class =" action-commit-summary" >
20
20
{{ run.commit.localeCommit }}
21
21
<a :href =" run.commit.link" >{{ run.commit.shortSHA }}</a >
22
-   ; <span class =" ui label" >
22
+   ; <span class =" ui label" v-if = " run.commit.shortSHA " >
23
23
<a :href =" run.commit.branch.link" >{{ run.commit.branch.name }}</a >
24
24
</span >
25
25
  ; {{ run.commit.localePushedBy }}
You can’t perform that action at this time.
0 commit comments