From e2d51b7a89de92d4b8ad85365e45c8576b0c34e5 Mon Sep 17 00:00:00 2001 From: Phil Porada Date: Thu, 22 Dec 2016 21:19:46 -0500 Subject: [PATCH 1/2] Takes care request #2 on Nomad GH-2129 --- website/source/downloads.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index d97b4e340..5666f3016 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -28,6 +28,9 @@ description: |- which has been signed using HashiCorp's GPG key. You can also download older versions of Nomad from the releases service.

+

+ Checkout the v<%= latest_version %> CHANGELOG for information on the latest release. +

From ca53e421fc3197da01221428e43455badf2a1122 Mon Sep 17 00:00:00 2001 From: Phil Porada Date: Thu, 29 Dec 2016 07:33:09 -0700 Subject: [PATCH 2/2] Update downloads.html.erb Fixed a nitpick one of the Vault guys had. --- website/source/downloads.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index 5666f3016..710ef8408 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -29,7 +29,7 @@ description: |- You can also download older versions of Nomad from the releases service.

- Checkout the v<%= latest_version %> CHANGELOG for information on the latest release. + Check out the v<%= latest_version %> CHANGELOG for information on the latest release.