Browse Source

Add link to the GitHub project on the changelog page

Thibaut 11 years ago
parent
commit
44daeb0e9d
1 changed files with 3 additions and 2 deletions
  1. 3 2
      assets/javascripts/templates/pages/news_tmpl.coffee

+ 3 - 2
assets/javascripts/templates/pages/news_tmpl.coffee

@@ -1,8 +1,9 @@
 app.templates.newsPage = ->
   """ <h1 class="_lined-heading">Changelog</h1>
-      <p class="_note">For the latest news and updates,
+      <p class="_note">For the latest news,
         subscribe to the <a href="http://eepurl.com/HnLUz">newsletter</a>
-        or follow <a href="https://twitter.com/DevDocs">@DevDocs</a>.
+        or follow <a href="https://twitter.com/DevDocs">@DevDocs</a>.<br>
+        For development updates, follow the project on <a href="https://github.com/Thibaut/devdocs">GitHub</a>.
       <div class="_news">#{app.templates.newsList app.news}</div> """
 
 app.templates.newsList = (news) ->