From 56d17a3572b430158cff2f6bc287df29238b4924 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Thu, 29 Apr 2021 08:29:01 -0400 Subject: [PATCH] Remove the 'build queue' link from the topbar It's already linked prominently in the footer, it doesn't need to be in both. --- templates/header/topbar_begin.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/header/topbar_begin.html b/templates/header/topbar_begin.html index edc4ea5c6..f621074b8 100644 --- a/templates/header/topbar_begin.html +++ b/templates/header/topbar_begin.html @@ -44,7 +44,6 @@ {{ macros::menu_link(href="/releases/recent-failures", text="Recent Build Failures") }} {{ macros::menu_link(href="/releases/failures", text="Build Failures by Stars") }} {{ macros::menu_link(href="/releases/activity", text="Release Activity") }} - {{ macros::menu_link(href="/releases/queue", text="Build Queue") }} {#