Remove default logo, replaced by text for now. Hide template in jobset edit.
This commit is contained in:
@ -90,14 +90,15 @@
|
||||
});
|
||||
</script>
|
||||
[% END %]
|
||||
|
||||
<h2>Most recent evaluations</h2>
|
||||
[% INCLUDE renderEvals nrShown=5 %]
|
||||
|
||||
[% IF !edit-%]
|
||||
<h2>Most recent evaluations</h2>
|
||||
[% INCLUDE renderEvals nrShown=5 %]
|
||||
|
||||
<a href="c.uri_for(c.controller('Jobset').action_for('evals'), [project.name, jobset.name])" class="btn">All evaluations</a>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<a href="[% c.uri_for(c.controller('Jobset').action_for('evals'), [project.name, jobset.name]) %]" class="btn">All evaluations</a>
|
||||
<br />
|
||||
<br />
|
||||
[% END %]
|
||||
[% IF !edit && activeJobsStatus -%]
|
||||
<h2>Status</h2>
|
||||
<table class="table table-striped table-condensed">
|
||||
|
@ -90,7 +90,13 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand" href="[% c.uri_for(c.controller('Root').action_for('index')) %]"><img src="[% logo %]" alt="Hydra Logo" class="logo" /></a>
|
||||
<a class="brand" href="[% c.uri_for(c.controller('Root').action_for('index')) %]">
|
||||
[% IF logo == "" %]
|
||||
Hydra
|
||||
[% ELSE %]
|
||||
<img src="[% logo %]" alt="Hydra Logo" class="logo" />
|
||||
[% END %]
|
||||
</a>
|
||||
<div class="nav-collapse">
|
||||
[% PROCESS topbar.tt %]
|
||||
</div><!--/.nav-collapse -->
|
||||
|
@ -12,3 +12,7 @@ th {
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.template {
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user