diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-05-30 18:08:17 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-05-30 18:08:17 +0200 |
commit | d150d8a861bfd283f8eecbf70354bf01040c89bf (patch) | |
tree | de995df3c16735d019c4a9294ec59ae8f55c0bc8 /template | |
parent | 253213a4b805521bedbb356ab4ad6e1e0a326112 (diff) | |
download | bugzilla-d150d8a861bfd283f8eecbf70354bf01040c89bf.tar.gz bugzilla-d150d8a861bfd283f8eecbf70354bf01040c89bf.tar.xz |
Bug 660464: Linkify the tag name in the confirmation message when tagging bugs
r=glob a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 0b20be869..4beb04891 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -869,7 +869,8 @@ [% ELSIF message_tag == "tag_updated" %] [% title = "Tag Updated" %] - The '[% tag FILTER html %]' tag has been + The '<a href="buglist.cgi?tag=[% tag FILTER uri %]">[% tag FILTER html %]</a>' + tag has been [% IF action == "add" %] added to [% ELSE %] |