New: Network (if known) is shown on add series results

Fixed: Ended showing on add series results
pull/2/head
Mark McDowall 10 years ago
parent 9633afc612
commit 66873b04d4

@ -10,9 +10,14 @@
<div class="row"> <div class="row">
<h2 class="series-title"> <h2 class="series-title">
{{titleWithYear}} {{titleWithYear}}
{{#unless_eq status compare="continuing"}}
<span class="label label-important">Ended</span> <span class="labels">
{{/unless_eq}} <span class="label label-primary">{{network}}</span>
{{#unless_eq status compare="continuing"}}
<span class="label label-danger">Ended</span>
{{/unless_eq}}
</span>
</h2> </h2>
</div> </div>
<div class="row new-series-overview x-overview"> <div class="row new-series-overview x-overview">

@ -40,9 +40,13 @@
padding-bottom : 20px; padding-bottom : 20px;
.series-title { .series-title {
.label { .labels {
margin-left: 15px; margin-left : 10px;
vertical-align: middle;
.label {
font-size : 12px;
vertical-align : middle;
}
} }
.year { .year {

Loading…
Cancel
Save