From 9c8bcf86bc2d2752845367849bbccce364f300cd Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Fri, 11 Dec 2015 16:26:10 +0000 Subject: Rename result variable in views --- src/main/resources/templates/blaupload.vm | 10 ++++++++++ src/main/resources/templates/gitlab.vm | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/templates/blaupload.vm (limited to 'src/main/resources') 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 @@ + + + + + + + + $result + + \ 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 @@ - $body + $result \ No newline at end of file -- cgit v1.2.3