aboutsummaryrefslogtreecommitdiff
path: root/website/templates/_download-edge.html
blob: b5e8af0b1e7944c5eca1017632b8f989f9e3f848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<#import "/_scaffold.html" as main>
<@main.scaffold>
	<div class="page-header top5">
		<div class="row text-center versionInfo">
			<@main.h1 title="Download 'Edgy Guinea Pig' - the Lombok Cutting Edge build" />
		</div><div class="row versionInfo">
			version: ${version} (${timestampString})
		</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>