travis-web/app/templates/components/job-log.hbs
2016-03-07 13:27:48 +01:00

10 lines
211 B
Handlebars

{{#if error}}
<p class="notice">There was an error while trying to fetch the log.</p>
{{else}}
{{#if log.isLoaded}}
{{log-content job=job log=log}}
{{else}}
{{loading-indicator}}
{{/if}}
{{/if}}