From 85d1760b97a29feca6834fbfdd75467ab3be1399 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 6 Nov 2023 08:41:36 -0800 Subject: [PATCH] Changes recent exports table I thought both dates seemed less necessary (happy to be told otherwise) and the download link should be more explicit --- .../templates/preferences/export-user.html | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/bookwyrm/templates/preferences/export-user.html b/bookwyrm/templates/preferences/export-user.html index 437b6c7be..b1e36f9d2 100644 --- a/bookwyrm/templates/preferences/export-user.html +++ b/bookwyrm/templates/preferences/export-user.html @@ -38,12 +38,9 @@ - - @@ -56,13 +53,6 @@ {% endif %} {% for job in jobs %} - + {% endfor %}
- {% trans "Date Created" %} + {% trans "Date" %} - {% trans "Last Updated" %} - + {% trans "Status" %}
- {% if job.complete and not job.status == "stopped" and not job.status == "failed" %} -

{{ job.created_date }}

- {% else %} -

{{ job.created_date }}

- {% endif %} -
{{ job.updated_date }} + {% if job.complete and not job.status == "stopped" and not job.status == "failed" %} + +

+ + + + {% trans "Download your export" %} + + +

+ {% endif %}