diff --git a/app/templates/job.hbs b/app/templates/job.hbs index 5b34f99b..3bcc2155 100644 --- a/app/templates/job.hbs +++ b/app/templates/job.hbs @@ -1,74 +1,71 @@ {{#if job.isLoaded}} -
-
-
-
-
-
-
-
- {{#link-to "job" repo job}}#{{job.number}} {{humanize-state job.state}}{{/link-to}} -
-
- {{#if job.isFinished}}ran{{else}}running{{/if}} for {{format-duration job.duration}} -
- -
- {{format-time job.finishedAt}} -
- - {{#if job.tagName}} -
- {{job.tagName}} -
- {{/if}} - - -
- {{#if job.build.pullRequest}} - - {{else}} - {{#if job.build.commit.compareUrl}} - - {{/if}} - {{/if}} -
-
- -
-
- {{job.commit.branch}} -
-
- - {{format-message job.commit.subject repoBinding=job.repo}} -
-
- -
{{format-message job.commit.body repoBinding=job.repo pre=true}}
- - -
- - {{view 'annotations' annotations=view.annotations}} - - {{view 'log' job=job}} +
+
+ +
+ +
+

+ {{job.commit.branch}} + {{format-message job.commit.subject repoBinding=job.repo}} +

+
+
{{format-message job.commit.body repoBinding=job.repo pre=true}}
+
+
+ {{#if job.commit.authorName}} + {{job.commit.authorName}} authored{{#if job.commit.authorIsCommitter}} and committed{{/if}} + {{/if}} + {{#unless job.commit.authorIsCommitter}} + {{#if job.commit.committerName}} + {{job.commit.committerName}} committed + {{/if}} + {{/unless}} +
+
+ +
+ + + {{view 'repo-actions'}} + +
+
+ + {{view 'annotations' annotations=view.annotations}} + + {{view 'log' job=job}} + {{else}} -
- Loading +
+
{{/if}}