Skip to content

Commit

Permalink
Merge pull request #1454 from benallard/patch-1
Browse files Browse the repository at this point in the history
Collapse the buildsummaries on the home page.
  • Loading branch information
Mikhail Sobolev committed Dec 15, 2014
2 parents 8d4d485 + 8e5aa13 commit 64e3a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/base/src/app/home/home.tpl.jade
Expand Up @@ -21,4 +21,4 @@
h4 {{ builds_running.length }} Build{{ builds_running.length > 1 ? 's' : '' }} running currently
ul
li(ng-repeat="build in builds_running")
buildsummary(buildid="build.buildid")
buildsummary(buildid="build.buildid", condensed="true")

0 comments on commit 64e3a9f

Please sign in to comment.