From 50b283aa5ee72af53f6d4f74844d7643e77304de Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Sat, 28 Dec 2013 13:07:02 -0800 Subject: [PATCH] (site) Add link to release notes and tree/tag from download page --- site/public/download/index.ejs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/public/download/index.ejs b/site/public/download/index.ejs index a475fce..2c81ccf 100644 --- a/site/public/download/index.ejs +++ b/site/public/download/index.ejs @@ -11,6 +11,9 @@ <% if (data.stable.latest) { %>

Latest Stable Build: <%= data.stable.latest.version %> (<%= data.stable.latest.name %>)

+

Release notes + | + GitHub tag

@@ -54,6 +57,9 @@ <% if (data.unstable.latest) { %>

Latest Unstable Build: <%= data.unstable.latest.version %>

+

Release notes + | + GitHub tag