Skip to content

Commit

Permalink
feat(client:footer): modify footer
Browse files Browse the repository at this point in the history
remove tyler's twitter. add gitter chat info. add open collective info. fix issues link.

[skip ci]
  • Loading branch information
Awk34 committed Sep 20, 2016
1 parent 93b5371 commit 3ca3cd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions templates/app/client/components/footer/footer(html).html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div class="container">
<p>Angular Fullstack v<%= rootGeneratorVersion() %> |
<a href="https://twitter.com/tyhenkel">@tyhenkel</a> |
<a href="https://github.com/DaftMonk/generator-angular-fullstack/issues?state=open">Issues</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>
</p>
</div>
6 changes: 4 additions & 2 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='https://twitter.com/tyhenkel') @tyhenkel
a(href='https://gitter.im/DaftMonk/generator-angular-fullstack') Chat on Gitter
= ' | '
a(href='https://github.com/DaftMonk/generator-angular-fullstack/issues?state=open') Issues
a(href='https://github.com/angular-fullstack/generator-angular-fullstack/issues?state=open') Issues
= ' | '
a(href='https://opencollective.com/angular-fullstack') Donate to our Open Collective

0 comments on commit 3ca3cd5

Please sign in to comment.