Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1453 from benallard/build_date
Display the date when the build was done
  • Loading branch information
Mikhail Sobolev committed Dec 15, 2014
2 parents 1b205c7 + 5e6b54f commit 8d4d485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/base/src/app/builders/build/build.tpl.jade
Expand Up @@ -4,6 +4,7 @@
li.previous(ng-class="{'disabled': build.number == 1}")
a(ng-if="build.number > 1 ", ui-sref="build({build:build.number - 1})") ← Previous
span(ng-if="build.number == 1") ← Previous
span(ng-if="build.complete" title="{{ build.complete_at | dateformat:'LLL' }}") Finished {{ build.complete_at | timeago }}
li.next(ng-class="{'disabled': last_build}")
a(ng-if="!last_build", ui-sref="build({build:build.number + 1})") Next →
span(ng-if="last_build") Next →
Expand Down

0 comments on commit 8d4d485

Please sign in to comment.