Skip to content

Commit 144136b

Browse files
committed
Copy changes
1 parent 6bbf267 commit 144136b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

assets/javascripts/templates/pages/root_tmpl.coffee.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
app.templates.splash = """
22
<div class="_splash-title">DevDocs</div>
33
<a href="http://www.maxcdn.com" class="_splash-maxcdn">Sponsored by<span class="_maxcdn-logo-bw"> MaxCDN</span></a>
4-
<a href="https://www.gittip.com/Thibaut/" class="_splash-gittip">Donate on<span class="_gittip-logo-bw"> Gittip</span></a>
4+
<a href="https://www.gittip.com/Thibaut/" class="_splash-gittip">Support on<span class="_gittip-logo-bw"> Gittip</span></a>
55
"""
66

77
<% if App.development? %>
@@ -22,7 +22,7 @@ app.templates.intro = """
2222
<li>DevDocs is licensed under the terms of the Mozilla Public License v2.0. For more information,
2323
see the <a href="https://github.com/Thibaut/devdocs/blob/master/COPYRIGHT">COPYRIGHT</a> and
2424
<a href="https://github.com/Thibaut/devdocs/blob/master/LICENSE">LICENSE</a> files.
25-
<li>If you like the app, please consider funding the project on <a href="https://www.gittip.com/Thibaut/">Gittip</a>. Thanks!
25+
<li>If you like the app, please consider supporting the project on <a href="https://www.gittip.com/Thibaut/">Gittip</a>. Thanks!
2626
</ol>
2727
<a href="http://www.maxcdn.com" class="_intro-maxcdn">Sponsored by<span class="_maxcdn-logo"> MaxCDN</span></a>
2828
<p>That's all. Happy coding!
@@ -45,7 +45,7 @@ app.templates.intro = """
4545
<li>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>
4646
<li>DevDocs is free and <a href="https://github.com/Thibaut/devdocs">open source</a>
4747
<iframe class="_github-btn" src="http://ghbtns.com/github-btn.html?user=Thibaut&repo=devdocs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
48-
<li>If you like the app, please consider funding the project on <a href="https://www.gittip.com/Thibaut/">Gittip</a>. Thanks!
48+
<li>If you like the app, please consider supporting the project on <a href="https://www.gittip.com/Thibaut/">Gittip</a>. Thanks!
4949
</ol>
5050
<a href="http://www.maxcdn.com" class="_intro-maxcdn">Sponsored by<span class="_maxcdn-logo"> MaxCDN</span></a>
5151
<p>That's all. Happy coding!

views/app.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<nav class="_nav">
1414
<a href="/about" class="_nav-link">About</a>
1515
<a href="/news" class="_nav-link">News</a>
16-
<a href="/help" class="_nav-link">Help</a>
16+
<a href="/help" class="_nav-link">Tips</a>
1717
</nav>
1818
</header>
1919
<section class="_sidebar">

0 commit comments

Comments
 (0)