aboutsummaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-09-11 21:25:05 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-10-26 00:07:18 +0200
commit6fc0cd736c5def296ec7c963ba6e6ec5032d08c9 (patch)
tree04060fc487fb81e6382e492a728d9fd25e7fc9ae /website/templates
parent033660088bc9f184de7afb512fa752c4ccc70f83 (diff)
downloadlombok-6fc0cd736c5def296ec7c963ba6e6ec5032d08c9.tar.gz
lombok-6fc0cd736c5def296ec7c963ba6e6ec5032d08c9.tar.bz2
lombok-6fc0cd736c5def296ec7c963ba6e6ec5032d08c9.zip
website-only now available.
Diffstat (limited to 'website/templates')
-rw-r--r--website/templates/download.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/website/templates/download.html b/website/templates/download.html
index 5d89061c..a6b21402 100644
--- a/website/templates/download.html
+++ b/website/templates/download.html
@@ -8,7 +8,8 @@
<div class="row">
<icon class="fa fa-download"></icon>
<a href="/downloads/lombok.jar">
- Download ${version}
+ Download <span id="currentVersion">${version}</span>
+ <span id="currentVersionFull" style="display: none;">${fullVersion}</span>
</a>
</div>
</h1>