diff --git a/templates/danger/snapshots.html b/templates/danger/snapshots.html index 5c51dc2..28ba753 100644 --- a/templates/danger/snapshots.html +++ b/templates/danger/snapshots.html @@ -19,20 +19,84 @@ intervals and use those as the site's back-ups.

+ + +
+ +
+ {% for item in snapshots %} +
+
- -
+ + +
+ + + +
+ +

{{item}}

+
+ + + +
+
+ {% endfor %} +
{% endblock %}