diff --git a/app/templates/todo/list.html b/app/templates/todo/list.html index 30b90bb..0b1b4ce 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!