Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ad44ee2

Browse filesBrowse files
committed
feat(client:footer): add documentation link
1 parent db5c156 commit ad44ee2
Copy full SHA for ad44ee2

File tree

2 files changed

+3
-0
lines changed
Filter options

2 files changed

+3
-0
lines changed

‎templates/app/client/components/footer/footer(html).html

Copy file name to clipboardExpand all lines: templates/app/client/components/footer/footer(html).html
+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<div class="container">
22
<p>Angular Fullstack v<%= rootGeneratorVersion() %> |
3+
<a href="http://angular-fullstack.github.io/generator-angular-fullstack">Documentation</a> |
34
<a href="https://gitter.im/DaftMonk/generator-angular-fullstack">Chat on Gitter</a> |
45
<a href="https://github.com/angular-fullstack/generator-angular-fullstack/issues?state=open">Issues</a> |
56
<a href="https://opencollective.com/angular-fullstack">Donate to our Open Collective</a>

‎templates/app/client/components/footer/footer(pug).pug

Copy file name to clipboardExpand all lines: templates/app/client/components/footer/footer(pug).pug
+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
p
33
| Angular Fullstack v<%= rootGeneratorVersion() %>
44
= ' | '
5+
a(href='http://angular-fullstack.github.io/generator-angular-fullstack') Documentation
6+
= ' | '
57
a(href='https://gitter.im/DaftMonk/generator-angular-fullstack') Chat on Gitter
68
= ' | '
79
a(href='https://github.com/angular-fullstack/generator-angular-fullstack/issues?state=open') Issues

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.