From c670aef943774a8ecdde2c42ced75f0049bec7ed Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Oct 2018 14:58:09 +0200 Subject: Manage QA on sheet - QA basket on find sheet --- .../templates/ishtar/blocks/window_nav.html | 29 +++++++++++++++------- 1 file changed, 20 insertions(+), 9 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/blocks/window_nav.html b/ishtar_common/templates/ishtar/blocks/window_nav.html index 764797ce2..6cd4bff40 100644 --- a/ishtar_common/templates/ishtar/blocks/window_nav.html +++ b/ishtar_common/templates/ishtar/blocks/window_nav.html @@ -31,26 +31,32 @@ {% else %}
{% endif %} -
- {% if pin_action and item.SLUG %} - + - + - {% endif %} +
+ {% endif %} +
{% block extra_actions %}{% endblock %} {% if modify_url %} - {% endif %} - {% for url, base_text, icon, extra_text, css_class in extra_actions %} - + {% for url, base_text, icon, extra_text, css_class, is_qa in extra_actions %} + {{extra_text}} {% endfor %} +
+ {% endif %} + \ No newline at end of file -- cgit v1.2.3