{{view Travis.ReposListTabsView}}
{{#if isLoaded}} {{#collection Travis.ReposListView contentBinding="this"}} {{#with view.repo}}
{{#if slug}} {{#linkTo "repo" this class="slug"}}{{slug}}{{/linkTo}} {{/if}}
{{#with lastBuildHash}} {{#if repo.slug}} {{#linkTo "build" repo id class="last_build"}}{{number}}{{/linkTo}} {{/if}} {{/with}}

{{t repositories.duration}}: {{formatDuration lastBuildDuration}}

{{t repositories.finished_at}}: {{formatTime lastBuildFinishedAt}}

{{/with}} {{else}}

{{noReposMessage}}

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