summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-28 20:19:05 +0300
committerYuval Adam <_@yuv.al>2020-09-28 20:19:05 +0300
commit09b50f06278a7d49c3d2a997a2d97196874389ac (patch)
tree9a3a1a17aca3742724686f890ba9cd8d9f462579
parent673a191cdd4ce94d4786d259e744bbf7f68091f1 (diff)
Reverse table cycle
-rw-r--r--iss/templates/passes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/iss/templates/passes.html b/iss/templates/passes.html
index e430c69..1368368 100644
--- a/iss/templates/passes.html
+++ b/iss/templates/passes.html
@@ -24,7 +24,7 @@
{% for date, preds in predictions.items() %}
{% set date_loop = loop %}
{% for pred in preds %}
- <tr class="pa1 {{ date_loop.cycle('light-gray', 'light-silver') }}">
+ <tr class="pa1 {{ date_loop.cycle('light-silver', 'light-gray') }}">
{% if loop.first %}<td rowspan="{{ preds|length }}">{{ date }}</td>{% endif %}
<td>{{ pred.length }}</td>
<td>{{ pred.rise.time }}</td>