summaryrefslogtreecommitdiffstats
path: root/template/en/default/index.html.tmpl
diff options
context:
space:
mode:
authorGervase Markham <gerv@mozilla.org>2014-12-18 17:08:19 +0100
committerGervase Markham <gerv@gerv.net>2014-12-18 17:08:19 +0100
commit323acaaecd742e195c718e696e3206c516ccda32 (patch)
treed2d2c2ee8b71c9d776fef5c83551be3af44c6870 /template/en/default/index.html.tmpl
parent1365815665b01b62e5085130eb3a690abf2aff24 (diff)
downloadbugzilla-323acaaecd742e195c718e696e3206c516ccda32.tar.gz
bugzilla-323acaaecd742e195c718e696e3206c516ccda32.tar.xz
Bug 399068: Remove the docs_urlbase parameter. r=LpSolit, a=dkl.
Diffstat (limited to 'template/en/default/index.html.tmpl')
-rw-r--r--template/en/default/index.html.tmpl8
1 files changed, 3 insertions, 5 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index aa50a60e9..84a5b7d5c 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -83,11 +83,9 @@
href="?GoAheadAndLogIn=1"><span>Log In</span></a>
[% END %]
</li>
- [% IF Param("docs_urlbase") %]
- <li>
- <a id="help" href="[% docs_urlbase FILTER html %]using.html"><span>Documentation</span></a>
- </li>
- [% END %]
+ <li>
+ <a id="help" href="[% docs_urlbase FILTER html %]using/index.html"><span>Documentation</span></a>
+ </li>
</ul>
</div>