{{!-- {{#if repo.private }}
{{/if}} --}}

{{status-icon status=repo.default_branch.last_build.state}} {{#link-to "repo" ownerName repoName }} {{repoName}} {{/link-to}}

{{#if repo.default_branch.last_build}}
{{#link-to "build" ownerName repoName repo.default_branch.last_build.id}} {{repo.default_branch.last_build.number}} {{/link-to}}
{{request-icon event=repo.default_branch.last_build.event_type}} {{repo.default_branch.name}}
{{format-sha repo.default_branch.last_build.commit.sha}}
{{repo.default_branch.last_build.state}} {{format-time repo.default_branch.last_build.finished_at}}
{{else}}

There is no build on the default branch yet.

{{/if}}