travis-web/app/templates/job.hbs
2015-12-03 12:32:48 +01:00

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}}