summaryrefslogtreecommitdiff
path: root/srv/src/api/tpl/admin/assets.html
diff options
context:
space:
mode:
Diffstat (limited to 'srv/src/api/tpl/admin/assets.html')
-rw-r--r--srv/src/api/tpl/admin/assets.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/srv/src/api/tpl/admin/assets.html b/srv/src/api/tpl/admin/assets.html
deleted file mode 100644
index d871a3e..0000000
--- a/srv/src/api/tpl/admin/assets.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{{ define "body" }}
-
-<table>
-
- {{ range .IDs }}
- <tr>
- <td><a href="{{ AssetURL . }}" target="_blank">{{ . }}</a></td>
- <td>
- Delete (TODO)
- </td>
- </tr>
- {{ end }}
-
-</table>
-
-{{ end }}
-
-{{ template "base.html" . }}