{{view 'repos-list-tabs'}}
{{#if isLoaded}} {{#collection 'repos-list' content=this}} {{#with view.repo}}
{{#if slug}} {{#link-to "repo" this class="slug"}}{{slug}}{{/link-to}} {{/if}}
{{#with lastBuildHash}} {{#if repo.slug}} {{#link-to "build" repo id class="last_build"}}{{number}}{{/link-to}} {{/if}} {{/with}} {{#if lastBuildHash.number }}

Duration: {{formatDuration lastBuildDuration}}

Finished: {{formatTime lastBuildFinishedAt}}

{{/if}}
{{/with}} {{else}}

{{noReposMessage}}

{{/collection}} {{else}}
Loading
{{/if}}