From a759deb33512b5e63e17b493cce596bdd4d72e5f Mon Sep 17 00:00:00 2001 From: aquaruiz Date: Sat, 21 Mar 2020 20:43:21 +0200 Subject: [PATCH 1/2] add link under poked bugs count --- .../template/en/default/pages/user_profile.html.tmpl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl index 8bc86ee78d..8b91583e9c 100644 --- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl +++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl @@ -247,7 +247,14 @@   [% terms.Bugs %] poked - [% stats.touched || 0 FILTER html %] + + [% IF user.id %] + + [% END %] + [% stats.touched || 0 FILTER html %] + [% "" IF user.id %] + From 064df7d2b985096cc6e262279d2a6ebe957a79a2 Mon Sep 17 00:00:00 2001 From: Petia Gospodinova <34002260+aquaruiz@users.noreply.github.com> Date: Mon, 23 Mar 2020 20:30:33 +0200 Subject: [PATCH 2/2] add link to poked bugs, open by default in same browser window --- .../template/en/default/pages/user_profile.html.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl index 8b91583e9c..39b453bd71 100644 --- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl +++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl @@ -249,8 +249,7 @@ [% terms.Bugs %] poked [% IF user.id %] - + [% END %] [% stats.touched || 0 FILTER html %] [% "" IF user.id %]