From 7589ee1cd5db2fefa882afb0c21ff98d9e63abe3 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Thu, 10 Sep 2020 17:34:05 +0100 Subject: [PATCH] Revert "Fix aria on jobs page" --- app/templates/components/pill.html | 2 +- app/templates/partials/jobs/notifications.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/components/pill.html b/app/templates/components/pill.html index 7024fc494..21dfc2844 100644 --- a/app/templates/components/pill.html +++ b/app/templates/components/pill.html @@ -11,7 +11,7 @@ {% for label, option, link, count in items %}
  • {% if current_value == option %} - + {% else %} {% endif %} diff --git a/app/templates/partials/jobs/notifications.html b/app/templates/partials/jobs/notifications.html index b9ed1955d..b77d5bd88 100644 --- a/app/templates/partials/jobs/notifications.html +++ b/app/templates/partials/jobs/notifications.html @@ -2,7 +2,7 @@ {% from "components/page-footer.html" import page_footer %} {% from "components/form.html" import form_wrapper %} -
    +
    {% if job.scheduled %}

    @@ -74,4 +74,4 @@ {% endif %} {% endif %} -

    +