Skip to content

Commit bf1ed1c

Browse files
HarikumarGmansona
authored andcommitted
Link Contribute
1 parent ff8f3d3 commit bf1ed1c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

addon/templates/components/es-footer-statement.hbs

+4
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
&copy; Copyright {{this.currentYear}} - <a href="https://www.tilde.io/" class="footer-copyright">Tilde Inc.</a>
44
<br>
55
{{@tagline}}
6+
{{#if @contributeLink}}
7+
<br>
8+
<a href={{@contributeLink}}>Contribute to this page ?</a>
9+
{{/if}}
610
</p>
711
</div>

addon/templates/components/es-footer.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--}}
66
<EsFooterInfo @infoLinks={{this.infoLinks}} @socialLinks={{this.socialLinks}} />
77

8-
<EsFooterStatement @tagline={{this.tagline}} />
8+
<EsFooterStatement @tagline={{this.tagline}} @contributeLink={{@contributeLink}} />
99

1010
<hr class="footer-spacer container py-0 my-3">
1111

0 commit comments

Comments
 (0)