We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8f3d3 commit bf1ed1cCopy full SHA for bf1ed1c
addon/templates/components/es-footer-statement.hbs
@@ -3,5 +3,9 @@
3
© Copyright {{this.currentYear}} - <a href="https://www.tilde.io/" class="footer-copyright">Tilde Inc.</a>
4
<br>
5
{{@tagline}}
6
+ {{#if @contributeLink}}
7
+ <br>
8
+ <a href={{@contributeLink}}>Contribute to this page ?</a>
9
+ {{/if}}
10
</p>
11
</div>
addon/templates/components/es-footer.hbs
@@ -5,7 +5,7 @@
--}}
<EsFooterInfo @infoLinks={{this.infoLinks}} @socialLinks={{this.socialLinks}} />
- <EsFooterStatement @tagline={{this.tagline}} />
+ <EsFooterStatement @tagline={{this.tagline}} @contributeLink={{@contributeLink}} />
<hr class="footer-spacer container py-0 my-3">
0 commit comments