aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/views/files.rocker.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/views/files.rocker.html')
-rw-r--r--src/main/resources/views/files.rocker.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/views/files.rocker.html b/src/main/resources/views/files.rocker.html
new file mode 100644
index 0000000..6562be3
--- /dev/null
+++ b/src/main/resources/views/files.rocker.html
@@ -0,0 +1,4 @@
+@args (ArrayList files)
+@for (String file : files) {
+<li>@file</li>
+}