From c3b88112e9e0048d2c15cd28d3dc43d63c52364e Mon Sep 17 00:00:00 2001 From: Jai Bhagat Date: Mon, 3 Jan 2022 09:53:59 -0500 Subject: [PATCH] refact: job-page/periodic-child template to use contextual components --- .../components/job-page/periodic-child.hbs | 70 +++++++++---------- 1 file changed, 33 insertions(+), 37 deletions(-) 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