From 4d3da249cd572e02c769c4c23e60415bc8e3fb03 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 20 Jul 2015 23:29:37 +0200 Subject: [PATCH] Tweaks to stop current build form --- templates/forms.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/templates/forms.html b/templates/forms.html index 5a52975..d59a7af 100644 --- a/templates/forms.html +++ b/templates/forms.html @@ -40,6 +40,7 @@ {% macro stop_build(stop_url, authz, on_all=False, on_selected=False, builders=[], short=False, label="Build") %} {% if not short %} +
{% if not short %} @@ -65,14 +66,17 @@ {% endif %} {% if not short %} -
- Reason: - -
- {% endif %} - +

+ Reason: + +

+
+

+ {% else %} + {% endif %}
+
{% endif %} {% endmacro %}