Skip to content

Commit

Permalink
feat(client:footer): add documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Sep 26, 2016
1 parent db5c156 commit ad44ee2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/app/client/components/footer/footer(html).html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div class="container">
<p>Angular Fullstack v<%= rootGeneratorVersion() %> |
<a href="http://angular-fullstack.github.io/generator-angular-fullstack">Documentation</a> |
<a href="https://gitter.im/DaftMonk/generator-angular-fullstack">Chat on Gitter</a> |
<a href="https://github.com/angular-fullstack/generator-angular-fullstack/issues?state=open">Issues</a> |
<a href="https://opencollective.com/angular-fullstack">Donate to our Open Collective</a>
Expand Down
2 changes: 2 additions & 0 deletions templates/app/client/components/footer/footer(pug).pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
p
| Angular Fullstack v<%= rootGeneratorVersion() %>
= ' | '
a(href='http://angular-fullstack.github.io/generator-angular-fullstack') Documentation
= ' | '
a(href='https://gitter.im/DaftMonk/generator-angular-fullstack') Chat on Gitter
= ' | '
a(href='https://github.com/angular-fullstack/generator-angular-fullstack/issues?state=open') Issues
Expand Down

0 comments on commit ad44ee2

Please sign in to comment.