aboutsummaryrefslogtreecommitdiff
path: root/app/templates/todo/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/todo/list.html')
-rw-r--r--app/templates/todo/list.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/templates/todo/list.html b/app/templates/todo/list.html
index 3eb3251..2e756af 100644
--- a/app/templates/todo/list.html
+++ b/app/templates/todo/list.html
@@ -42,6 +42,9 @@
<ul class="list-group list-group-flush">
{% for r in releases %}
<li class="list-group-item">
+ {% if r.task_id %}
+ <span class="mr-2 badge badge-warning">Importing</span>
+ {% endif %}
<a href="{{ r.getEditURL() }}">{{ r.title }}</a>
on
<a href="{{ r.package.getDetailsURL() }}">