- {{#if isLoaded}}
- {{#collection 'repos-list' content=this}}
- {{#with view.repo as repo}}
-
-
- {{#if repo.slug}}
- {{#link-to "repo" repo class="slug"}}{{repo.slug}}{{/link-to}}
- {{/if}}
-
- {{#with repo.lastBuildHash as lastBuild}}
- {{#if repo.slug}}
- {{#if lastBuild.id}}
- {{#link-to "build" repo lastBuild.id
- class="last_build"}}{{lastBuild.number}}{{/link-to}}
- {{/if}}
- {{/if}}
- {{/with}}
-
- {{#if repo.lastBuildHash.number }}
-
- Duration:
-
- {{format-duration repo.lastBuildDuration}}
-
-
-
- Finished:
-
- {{format-time repo.lastBuildFinishedAt}}
-
-
- {{/if}}
-
-
- {{/with}}
- {{else}}
-
{{noReposMessage}}
- {{/collection}}
- {{else}}
-
Loading
- {{/if}}
-