diff options
author | Justin Wood <Callek@gmail.com> | 2010-02-03 05:43:57 +0100 |
---|---|---|
committer | Justin Wood <Callek@gmail.com> | 2010-02-03 05:43:57 +0100 |
commit | f6a0d5e7e5637681c8b6c6b56f8e2b710806deb5 (patch) | |
tree | 9b43a1aa8eb5b8255d19ba2339341896cd7075cf /template | |
parent | 663c65a3bf61dc9f0ee09bf64a62c2249b383a76 (diff) | |
download | bugzilla-f6a0d5e7e5637681c8b6c6b56f8e2b710806deb5.tar.gz bugzilla-f6a0d5e7e5637681c8b6c6b56f8e2b710806deb5.tar.xz |
Remove the <link> tags in the <head> for Saved Searches
https://bugzilla.mozilla.org/show_bug.cgi?id=303126
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/site-navigation.html.tmpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/template/en/default/global/site-navigation.html.tmpl b/template/en/default/global/site-navigation.html.tmpl index df60b7638..bbf4f6862 100644 --- a/template/en/default/global/site-navigation.html.tmpl +++ b/template/en/default/global/site-navigation.html.tmpl @@ -65,12 +65,6 @@ href="[% Param('mybugstemplate').replace('%userid%', user_login) %]"> [% END %] - [% FOREACH q = user.queries %] - <link rel="Saved Searches" - title="[% q.name FILTER html %]" - href="buglist.cgi?cmdtype=runnamed&namedcmd=[% q.name FILTER url_quote %]"> - [% END %] - [% FOREACH q = user.queries_subscribed %] <link rel="Saved Search" title="[% q.name FILTER html %] ([% q.user.login FILTER html %])" |