summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-07-19 04:44:38 +0200
committerDylan William Hardison <dylan@hardison.net>2018-07-19 04:44:38 +0200
commit08e31d692fec488ef88a18040d28ebbfc9c6b443 (patch)
tree001c92f313545b79e101d6f02924c6d4c9945f1f /template
parent535a1fd09e4b150e31165e2e79af42c2e5f2bda5 (diff)
downloadbugzilla-08e31d692fec488ef88a18040d28ebbfc9c6b443.tar.gz
bugzilla-08e31d692fec488ef88a18040d28ebbfc9c6b443.tar.xz
Bug 1136271 - Make user profile page visible to anyone for easier sharing
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/header.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index a87b2015e..6a19eaf39 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -326,14 +326,14 @@
</button>
<ul class="dropdown-content left" id="header-account-menu" role="menu" style="display:none;">
<li role="presentation">
- <div href="user_profile" class="account-label">
+ <div class="account-label">
<div class="name">[% user.name FILTER html %]</div>
<div class="email">[% user.login FILTER html %]</div>
</div>
</li>
<li role="separator"></li>
<li role="presentation">
- <a href="user_profile" role="menuitem" tabindex="-1">My Profile</a>
+ <a href="user_profile?user_id=[% user.id FILTER none %]" role="menuitem" tabindex="-1">My Profile</a>
</li>
<li role="presentation">
<a href="page.cgi?id=user_activity.html&amp;action=run&amp;who=[% user.login FILTER uri %]" role="menuitem"