diff --git a/ui/app/templates/components/job-page/periodic-child.hbs b/ui/app/templates/components/job-page/periodic-child.hbs index 65bcad3cc..3a76c123d 100644 --- a/ui/app/templates/components/job-page/periodic-child.hbs +++ b/ui/app/templates/components/job-page/periodic-child.hbs @@ -1,38 +1,34 @@ - - - - - - - <:before-namespace> - - Parent - - {{this.job.parent.name}} - - - - - - {{#if this.job.hasClientStatus}} - + + + + + <:before-namespace> + + + Parent + + + {{this.job.parent.name}} + + + + + {{#if @job.hasClientStatus}} + + {{/if}} + + + - {{/if}} - - - - - - - - - - - + + + + \ No newline at end of file