diff options
author | climb | 2019-04-04 14:54:28 +0200 |
---|---|---|
committer | climb | 2019-04-04 14:54:28 +0200 |
commit | b0a2b6c5a19e0e20d50d29f52d640b5f7d19f841 (patch) | |
tree | 21c65a4d9622f7f8c202344709a659dd70c8baaa /src/main/resources/views/files.rocker.html | |
parent | 390db9229b2aaa0a6ca7a920e4901b581ba917e2 (diff) |
Moved database to own class
Diffstat (limited to 'src/main/resources/views/files.rocker.html')
-rw-r--r-- | src/main/resources/views/files.rocker.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/views/files.rocker.html b/src/main/resources/views/files.rocker.html index 16eab38..45a009f 100644 --- a/src/main/resources/views/files.rocker.html +++ b/src/main/resources/views/files.rocker.html @@ -1,3 +1,4 @@ +@import java.util.ArrayList @args (ArrayList files) @for (String file : files) { <a href="@file">@file</a><br> |