Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/default.tmpl

Issue 29326071: No Issue - Add social media buttons to the footer ABB.org (Closed)
Patch Set: Addressed Thomas comments and added translation json Created Sept. 8, 2015, 10:04 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/images/twitter.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -76,6 +76,17 @@
</option>
{% endfor %}
</select>
+ <div id="social-media">
+ <a href="https://www.facebook.com/adblockplus">
+ <img src="/images/facebook.png" alt="{{get_string("facebook-icon-alt", "footer")}}" />
+ </a>
+ <a href="https://twitter.com/adblockplus">
+ <img src="/images/twitter.png" alt="{{get_string("twitter-icon-alt", "footer")}}" />
+ </a>
+ <a href="https://plus.google.com/+AdblockPlus">
+ <img src="/images/gplus.png" alt="{{get_string("gplus-icon-alt", "footer")}}" />
+ </a>
+ </div>
</div>
</footer>
{% if page == "index" %}
« no previous file with comments | « static/images/twitter.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld