diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html index 24b0658..1f50022 100644 --- a/borgweb/borg/templates/borg/index.html +++ b/borgweb/borg/templates/borg/index.html @@ -20,9 +20,9 @@ {% if repo_list %} {% for repo in repo_list %} {% if repo.archive_after_latest_error %} -
+
{% else %} -
+
{% endif %}

{{ repo.label }} {{ repo.location }}

@@ -53,8 +53,6 @@ {% else %}

No repos found.

{% endif %} -
-
\ No newline at end of file