diff options
author | Byron Jones <glob@mozilla.com> | 2015-07-08 18:25:50 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-07-08 18:25:50 +0200 |
commit | ec13dcd25a80c35843cb7abd012e631c651898a8 (patch) | |
tree | 2e106da21141788c57855fdff146405b0a3e68fe /template | |
parent | eddd4171582b40c1bb4a0289e5495288a0dec94a (diff) | |
download | bugzilla-ec13dcd25a80c35843cb7abd012e631c651898a8.tar.gz bugzilla-ec13dcd25a80c35843cb7abd012e631c651898a8.tar.xz |
Bug 1181410: "To see this bug, you must first log in to an account" link is bright blue on red
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index ae2743c91..f8d8985f9 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -292,12 +292,12 @@ [% ELSIF error == "bug_access_denied" %] [% title = "Access Denied" %] [% admindocslinks = {'groups.html' => 'Group Security'} %] - You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %]. + You are not authorized to access [% terms.bug %] [%= bug_id FILTER html %]. [% ELSIF error == "bug_access_query" %] [% title = "Access Denied" %] [% docslinks = {'myaccount.html' => 'Creating an account'} %] - You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %]. + You are not authorized to access [% terms.bug %] [%= bug_id FILTER html %]. To see this [% terms.bug %], you must first <a href="show_bug.cgi?id= [% bug_id FILTER uri %]&GoAheadAndLogIn=1">log @@ -1005,7 +1005,7 @@ [% ELSIF error == "bug_id_does_not_exist" %] [% title = BLOCK %]Invalid [% terms.Bug %] ID[% END %] - [% terms.Bug %] #[% bug_id FILTER html %] does not exist. + [% terms.Bug %] [%= bug_id FILTER html %] does not exist. [% ELSIF error == "improper_bug_id_field_value" %] [% title = BLOCK %] |