summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2015-12-11 16:26:10 +0000
committerJoe Robinson <joe@lc8n.com>2015-12-11 16:26:10 +0000
commit9c8bcf86bc2d2752845367849bbccce364f300cd (patch)
tree370e392c38b9e64fbbf8b4d6635849cb7b1ea2c3
parentd02112c53ecb551807f77d93acb0c3b0c4f65fa7 (diff)
Rename result variable in views
-rw-r--r--src/main/resources/templates/blaupload.vm10
-rw-r--r--src/main/resources/templates/gitlab.vm2
2 files changed, 11 insertions, 1 deletions
diff --git a/src/main/resources/templates/blaupload.vm b/src/main/resources/templates/blaupload.vm
new file mode 100644
index 0000000..a39cf9a
--- /dev/null
+++ b/src/main/resources/templates/blaupload.vm
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head lang="en">
+ <meta charset="UTF-8">
+ <title></title>
+</head>
+<body>
+ $result
+</body>
+</html> \ No newline at end of file
diff --git a/src/main/resources/templates/gitlab.vm b/src/main/resources/templates/gitlab.vm
index e3529fc..a39cf9a 100644
--- a/src/main/resources/templates/gitlab.vm
+++ b/src/main/resources/templates/gitlab.vm
@@ -5,6 +5,6 @@
<title></title>
</head>
<body>
- $body
+ $result
</body>
</html> \ No newline at end of file