diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl index 83bb5fb51cc..a2c13f2ea22 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl @@ -521,7 +521,7 @@ [% PROCESS dependencies dep = { title => "depends on", fieldname => "dependson" } %] - Show + Show dependency tree [% IF Param('webdotbase') %] diff --git a/mozilla/webtools/bugzilla/template/en/default/global/site-navigation.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/site-navigation.html.tmpl index 9ea2203bf43..8714b5ec0bd 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/site-navigation.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/global/site-navigation.html.tmpl @@ -61,7 +61,7 @@ [%# *** Dependencies, Votes, Activity, Print-version *** %] [% IF bug %] + href="showdependencytree.cgi?id=[% bug.bug_id %]&hide_resolved=1"> [% IF Param('webdotbase') %] diff --git a/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl index b8dbeb24fa8..1827da090c2 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl @@ -1244,7 +1244,8 @@ [% ELSE %] dependencies [% END %]. Show - Dependency Tree. + Dependency + Tree. [% ELSE %] There are [% dependency_count FILTER none %] open [% terms.bugs %] which have unresolved dependencies. @@ -1257,7 +1258,8 @@ [% ELSE %] dependencies. [% END %] - (Dependency Tree)
+ (Dependency + Tree)
[% END %] [% END %]