diff --git a/templates/releases/build_queue.html b/templates/releases/build_queue.html index 39dceb0aa..000eaf41c 100644 --- a/templates/releases/build_queue.html +++ b/templates/releases/build_queue.html @@ -15,56 +15,56 @@ {%- block body -%}
-
-
- currently being built -
-
- {%- if !active_cdn_deployments.is_empty() %} - active CDN deployments - {%- endif %} -
+
+
+ currently being built
+
+ {%- if !active_cdn_deployments.is_empty() %} + active CDN deployments + {%- endif %} +
+
-
-
- {%- if !in_progress_builds.is_empty() %} -
    - {% for release in in_progress_builds -%} -
  1. - - {{ release.0 }} {{ release.1 }} - -
  2. - {%- endfor %} -
- {%- else %} -
-

There is nothing currently being built

-
- {%- endif %} -
-
- {%- if !active_cdn_deployments.is_empty() %} -
    - {% for krate in active_cdn_deployments -%} -
  1. - - {{ krate }} - -
  2. - {%- endfor %} -
-
-

- After the build finishes it may take up to 20 minutes for all documentation - pages to be up-to-date and available to everybody. -

-

Especially /latest/ URLs might be affected.

-
- {%- endif %} -
+
+
+ {%- if !in_progress_builds.is_empty() %} +
    + {% for release in in_progress_builds -%} +
  1. + + {{ release.0 }} {{ release.1 }} + +
  2. + {%- endfor %} +
+ {%- else %} +
+

There is nothing currently being built

+
+ {%- endif %}
+
+ {%- if !active_cdn_deployments.is_empty() %} +
    + {% for krate in active_cdn_deployments -%} +
  1. + + {{ krate }} + +
  2. + {%- endfor %} +
+
+

+ After the build finishes it may take up to 20 minutes for all documentation + pages to be up-to-date and available to everybody. +

+

Especially /latest/ URLs might be affected.

+
+ {%- endif %} +
+
Build Queue