We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032768d commit 39a2401Copy full SHA for 39a2401
RIGS/templates/rigboard.html
@@ -16,9 +16,16 @@
16
</div>
17
{% endif %}
18
{% if not request.GET.legacy %}
19
- <a href="?legacy=true" class="btn btn-secondary">View legacy rigboard</a>
+
20
+ {% if not request.GET.hide_cancelled %}
21
+ <a href="?hide_cancelled=true" class="btn btn-primary mr-3">Hide cancelled</a>
22
+ {% else %}
23
+ <a href="." class="btn btn-primary mr-3">Show cancelled</a>
24
+ {% endif %}
25
26
+ <a href="?legacy=true" class="btn btn-secondary">Legacy rigboard</a>
27
{% else %}
- <a href="." class="btn btn-secondary">Go to new rigboard</a>
28
+ <a href="." class="btn btn-secondary">New rigboard</a>
29
30
31
0 commit comments