14 lines
248 B
Handlebars
14 lines
248 B
Handlebars
{{#if job.isLoaded}}
|
|
|
|
{{build-header item=job user=auth.currentUser commit=job.commit repo=repo}}
|
|
|
|
{{view 'annotations' annotations=view.annotations}}
|
|
|
|
{{job-log job=job}}
|
|
|
|
{{else}}
|
|
<div id="job">
|
|
{{loading-indicator}}
|
|
</div>
|
|
{{/if}}
|