Add link to the GitHub project on the changelog page

pull/129/head
Thibaut 10 years ago
parent c0dbc5c1ab
commit 44daeb0e9d

@ -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) ->

Loading…
Cancel
Save