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

Unified Diff: pages/filters/stylesheet.tmpl

Issue 29874607: Issue 6769 - Avoid hardcoding the URL (Closed)
Patch Set: Rebased Created Sept. 24, 2018, 1:37 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
« no previous file with comments | « pages/filters/script.tmpl ('k') | pages/filters/subdocument.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/filters/stylesheet.tmpl
diff --git a/pages/filters/stylesheet.tmpl b/pages/filters/stylesheet.tmpl
index db3669f5a70881a676095e3b3a6a9b763f4f6b75..2433c6a0d92d5d4b1603534fd8e4e92634d377ef 100644
--- a/pages/filters/stylesheet.tmpl
+++ b/pages/filters/stylesheet.tmpl
@@ -25,5 +25,5 @@ template = testcase
</div>
</div>
<h3>Filters</h3>
- <pre>testpages.adblockplus.org/testcasefiles/stylesheet/$stylesheet</pre>
+ <pre>{{ site_url|strip_proto }}/testcasefiles/stylesheet/$stylesheet</pre>
</section>
« no previous file with comments | « pages/filters/script.tmpl ('k') | pages/filters/subdocument.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld