forked from lix-project/hydra
* removed stats from home page. will make global stats page later on
This commit is contained in:
parent
54d8722740
commit
13c8953918
|
@ -23,7 +23,6 @@ sub index :Path :Args(0) {
|
|||
my ($self, $c) = @_;
|
||||
$c->stash->{template} = 'overview.tt';
|
||||
$c->stash->{projects} = [$c->model('DB::Projects')->search({}, {order_by => 'displayname'})];
|
||||
getBuildStats($c, $c->model('DB::Builds'));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -59,9 +59,4 @@ href="http://nixos.org/hydra"><em>[Read more...]</em></a></p>
|
|||
</ul>
|
||||
|
||||
|
||||
<h2>Statistics</h2>
|
||||
|
||||
[% INCLUDE showBuildStats %]
|
||||
|
||||
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue