Remove default logo, replaced by text for now. Hide template in jobset edit.

This commit is contained in:
Rob Vermaas
2012-04-13 11:47:05 +02:00
parent f63e9a63b4
commit bb4f470348
5 changed files with 21 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ sub begin :Private {
$c->stash->{version} = $ENV{"HYDRA_RELEASE"} || "<devel>";
$c->stash->{nixVersion} = $ENV{"NIX_RELEASE"} || "<devel>";
$c->stash->{curTime} = time;
$c->stash->{logo} = $ENV{"HYDRA_LOGO"} ? "/logo" : "/static/images/nixos-logo-only-hires.png" ;
$c->stash->{logo} = $ENV{"HYDRA_LOGO"} ? "/logo" : "";
$c->stash->{tracker} = $ENV{"HYDRA_TRACKER"} ;
if (scalar(@args) == 0 || $args[0] ne "static") {