summaryrefslogtreecommitdiffstats
path: root/web/templates/footer.html
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-01-29 13:48:12 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-01-29 13:50:48 -0300
commit6b7438b52fdaabe46cb298af1b325c3d8ece1af4 (patch)
tree886be79724c7ed55452986a32e8aeaf09407083b /web/templates/footer.html
parent5c3fefe1a18a6b81de5d03802ee1a3f42161a38a (diff)
downloadchat-6b7438b52fdaabe46cb298af1b325c3d8ece1af4.tar.gz
chat-6b7438b52fdaabe46cb298af1b325c3d8ece1af4.tar.bz2
chat-6b7438b52fdaabe46cb298af1b325c3d8ece1af4.zip
PLT-7: Refactoring frontend (chunk 6)
- Authorize - Signup Team Confirm - Footer
Diffstat (limited to 'web/templates/footer.html')
-rw-r--r--web/templates/footer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/templates/footer.html b/web/templates/footer.html
index 60dd5a40e..5b11328fb 100644
--- a/web/templates/footer.html
+++ b/web/templates/footer.html
@@ -5,10 +5,10 @@
</div>
<div class="col-xs-12">
<span class="pull-right footer-link copyright">© 2015 Mattermost, Inc.</span>
- <a id="help_link" class="pull-right footer-link" href="#">Help</a>
- <a id="terms_link" class="pull-right footer-link" href="#">Terms</a>
- <a id="privacy_link" class="pull-right footer-link" href="#">Privacy</a>
- <a id="about_link" class="pull-right footer-link" href="#">About</a>
+ <a id="help_link" class="pull-right footer-link" href="#">{{ .ClientCfg.FooterHelp }}</a>
+ <a id="terms_link" class="pull-right footer-link" href="#">{{ .ClientCfg.FooterTerms }}</a>
+ <a id="privacy_link" class="pull-right footer-link" href="#">{{ .ClientCfg.FooterPrivacy }}</a>
+ <a id="about_link" class="pull-right footer-link" href="#">{{ .ClientCfg.FooterAbout }}</a>
</div>
</div>
<script>