File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
templates/techreport/components Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 88 < li >
99 Rank: < span data-slot ="rank "> {{ request.args.get('rank', '') or 'ALL' }}</ span >
1010 </ li >
11+ {# if only one technology (including ALL), then legend is not shown so add label #}
12+ {% if ',' not in request.args.get('tech', '') %}
13+ < li >
14+ Technologies: < span data-slot ="tech "> {{ request.args.get('tech', '') or 'ALL' }}</ span >
15+ </ li >
16+ {% endif %}
1117</ ul >
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ <h3><a href="#section-{{ timeseries.id }}" class="anchor">{{ title }}</a></h3>
3131 < h4 class ="heading ">
3232 Latest data: < span data-slot ="timestamp "> </ span >
3333 </ h4 >
34+ {% include "techreport/components/filter_meta.html" %}
3435 < div class ="breakdown-list " data-change ="{{ timeseries.change }} " data-meaning ="{{ timeseries.changeMeaning }} ">
3536 {% if timeseries.viz.series.breakdown == 'client' %}
3637 {% for breakdown in timeseries.viz.series["values"] %}
@@ -68,5 +69,4 @@ <h4 class="heading">
6869 {% include "techreport/components/table.html" %}
6970 </ div >
7071
71- {% include "techreport/components/filter_meta.html" %}
7272</ div >
You can’t perform that action at this time.
0 commit comments