From 44daeb0e9d3228adf98b1559d37a36ad5a8d3868 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 18 Oct 2014 14:03:51 -0400 Subject: [PATCH] Add link to the GitHub project on the changelog page --- assets/javascripts/templates/pages/news_tmpl.coffee | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/javascripts/templates/pages/news_tmpl.coffee b/assets/javascripts/templates/pages/news_tmpl.coffee index 42e8dd1e..f18ec048 100644 --- a/assets/javascripts/templates/pages/news_tmpl.coffee +++ b/assets/javascripts/templates/pages/news_tmpl.coffee @@ -1,8 +1,9 @@ app.templates.newsPage = -> """

Changelog

-

For the latest news and updates, +

For the latest news, subscribe to the newsletter - or follow @DevDocs. + or follow @DevDocs.
+ For development updates, follow the project on GitHub.

#{app.templates.newsList app.news}
""" app.templates.newsList = (news) ->