diff --git a/templates/user/storage.html b/templates/user/storage.html index 2076a72..79ae35b 100644 --- a/templates/user/storage.html +++ b/templates/user/storage.html @@ -5,96 +5,110 @@

Storage Index

- - Dashboard - View Dashboard - - - Archive Index - Archive Index - - - Pages Index - Pages Index - + + Dashboard + View Dashboard + + + Archive Index + Archive Index + + + Pages Index + Pages Index +
-
- - - -
+ + + +
- {% for item in files %} -
- {{item.name}} - + {{item.name}} + - {{entry.title}} - - {% if roles.administrator %} -
- - - -
-
- - -
- {% endif %} -
- {% endfor %} + {{entry.title}} + +
+ + Copied + + +
+ {% if roles.administrator %} +
+ + + +
+
+ + +
+ {% endif %} +
+ {% endfor %} {% endblock %}