From d24f024cca2b3cf1c2b3f2b7fe2f01cf595ea689 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 3 Dec 2020 23:36:24 +0000 Subject: [PATCH] Move screenshots to top of approval queue page --- app/templates/todo/list.html | 65 ++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/app/templates/todo/list.html b/app/templates/todo/list.html index 30b90bbe..0b1b4cec 100644 --- a/app/templates/todo/list.html +++ b/app/templates/todo/list.html @@ -6,6 +6,38 @@ {% block content %}

Approval Queue

+ {% if canApproveScn and screenshots %} +
+

Screenshots +
+ + + +
+

+ +
+ {% endif %}
{% if canApproveNew and (packages or wip_packages) %} @@ -75,39 +107,6 @@ {% endif %}
- {% if canApproveScn and screenshots %} -
-

Screenshots -
- - - -
-

- -
- {% endif %} - {% if not (packages or screenshots or releases) %}

All done!