diff --git a/templates/landing-page.html b/templates/landing-page.html index 3bd9c4bd6..904eeea5a 100644 --- a/templates/landing-page.html +++ b/templates/landing-page.html @@ -135,6 +135,12 @@ .data-table td { background-color: #3a3a3a; } + + .queue-commit { + font-size: 0.8rem; + font-style: italic; + color: gray; + } @@ -264,7 +270,14 @@

Bevy Metrics

{% elif commit.status == "Queued" -%} Queued {% else -%} - + + + Queue this commit + + {% endif -%} {% endfor -%}