aboutsummaryrefslogtreecommitdiff
path: root/website/templates/_download-edge.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/_download-edge.html')
-rw-r--r--website/templates/_download-edge.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/website/templates/_download-edge.html b/website/templates/_download-edge.html
new file mode 100644
index 00000000..bd49c1b1
--- /dev/null
+++ b/website/templates/_download-edge.html
@@ -0,0 +1,18 @@
+<#import "/_scaffold.html" as main>
+<@main.scaffold>
+ <div class="page-header top5">
+ <div class="row text-center versionInfo">
+ <h1>Download 'Edgy Guinea Pig' – the Lombok Cutting Edge build</h1>
+ </div><div class="row versionInfo">
+ version: ${version}
+ </div><div class="row" id="changelog">
+ ${changelogEdge?no_esc}
+ </div><div class="row text-center">
+ <h2><a href="/lombok-edge.jar" id="downloadLink">Download edge release now!</a></h2>
+ </div><div class="row text-center">
+ <p>
+ Cutting edge a bit too gutsy for you? You can grab the <a href="download.html">stable release</a> instead.
+ </p>
+ </div>
+ </div>
+</@main.scaffold>