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

Unified Diff: templates/simple.tmpl

Issue 29337807: Issue 3097 - Refactored subscriptions list table on adblockplus.org/en/subscriptions (Closed)
Patch Set: Changed table into unordered list, refactored list markup, refactored main css and templates to support multiple footer elements Created Feb. 27, 2016, 4:16 p.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
« static/css/main.css ('K') | « templates/default.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/simple.tmpl
diff --git a/templates/simple.tmpl b/templates/simple.tmpl
index f738099100f73ff91927d6f25a7f3eb41f4106fa..562435a52f8e1e468d6a148df9ba29ee50210cc8 100644
--- a/templates/simple.tmpl
+++ b/templates/simple.tmpl
@@ -31,7 +31,7 @@
<div id="content">
{{body|safe}}
</div>
- <footer>
+ <footer class="footer-main">
{{"impressum"|linkify}}{{"Legal notice"|translate("legal-notice", "Legal notice in the footer")}}</a>
</footer>
</body>
« static/css/main.css ('K') | « templates/default.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld