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

Unified Diff: templates/minimal.tmpl

Issue 29676691: Issue 6237 - Implement wd navbar component in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Jan. 22, 2018, 10:39 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/src/scss/layout/_navbar.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/minimal.tmpl
===================================================================
--- a/templates/minimal.tmpl
+++ b/templates/minimal.tmpl
@@ -54,10 +54,11 @@
{% block footer %}
{{ footer | safe }}
{% endblock %}
<? include layout/footer ?>
{% block scripts %}
{{ scripts | safe }}
{% endblock %}
<script src="/dist/js/main.min.js"></script>
+ <script src="/js/navbar.js"></script><!-- website-defaults -->
juliandoucette 2018/01/24 14:55:06 NIT: Weird... (comment) maybe we should: - Use a s
ire 2018/01/25 10:15:05 This would require us to place the files within a
juliandoucette 2018/01/25 13:24:53 Yes; unfortunately (something to think about separ
</body>
<html>
« no previous file with comments | « static/src/scss/layout/_navbar.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld