File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 Please also update the template file above if this vue is modified.
33-->
44<template >
5- <span :data-tooltip-content =" localeStatus" >
5+ <span :data-tooltip-content =" localeStatus" v-if = " status " >
66 <SvgIcon name =" octicon-check-circle-fill" class =" text green" :size =" size" :class-name =" className" v-if =" status === 'success'" />
77 <SvgIcon name =" octicon-skip" class =" text grey" :size =" size" :class-name =" className" v-else-if =" status === 'skipped'" />
88 <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 1919 <div class =" action-commit-summary" >
2020 {{ run.commit.localeCommit }}
2121 <a :href =" run.commit.link" >{{ run.commit.shortSHA }}</a >
22-   ; <span class =" ui label" >
22+   ; <span class =" ui label" v-if = " run.commit.shortSHA " >
2323 <a :href =" run.commit.branch.link" >{{ run.commit.branch.name }}</a >
2424 </span >
2525   ; {{ run.commit.localePushedBy }}
You can’t perform that action at this time.
0 commit comments