diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/useful-links.html.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/index.html.tmpl | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index 9e2f3040c..807c316b6 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -98,7 +98,8 @@ <td colspan="3"> [% IF user.showmybugslink %] - <a href="buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=[% user.login FILTER url_quote %]&emailtype1=exact&emailassigned_to1=1&emailreporter1=1">My Bugs</a> + [% filtered_username = user.login FILTER url_quote %] + <a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">My Bugs</a> [% print_pipe = 1 %] [% END %] diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 08804d414..0b1f28e80 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -58,7 +58,6 @@ function addSidebar() { <a href="reports.cgi">Get summary reports</a><br> </p><p> [% IF username %] - <a href="[% PerformSubsts(Param('mybugstemplate'), subst) %]">My Bugs</a><br> <a href="userprefs.cgi">Change password or user preferences</a><br> <a href="relogin.cgi">Logout [% username FILTER html %]</a><br> [% ELSE %] |