diff --git a/app/templates/main/corpora/corpus.html.j2 b/app/templates/main/corpora/corpus.html.j2 index 6947aacd..ffa129f3 100644 --- a/app/templates/main/corpora/corpus.html.j2 +++ b/app/templates/main/corpora/corpus.html.j2 @@ -110,13 +110,22 @@ Files -

- {% for file in files %} - - file_download{{ file }} - - {% endfor %} -

+ + + + + + + + {% for file in files %} + + + + {% endfor %} + +
Inputs
+ file_download{{ file }} +
diff --git a/app/templates/main/jobs/job.html.j2 b/app/templates/main/jobs/job.html.j2 index 1859a9e3..dafcbd05 100644 --- a/app/templates/main/jobs/job.html.j2 +++ b/app/templates/main/jobs/job.html.j2 @@ -208,12 +208,12 @@ {% for file in files %} - {{ file }} + file_download{{ file }} {% if job.status == 'complete' %} {% for result in files[file]['results'] %} - {{ result }} + file_download{{ result }} {% endfor %} {% endif %}