diff options
author | Simon Green <simon@simongreen.net> | 2014-08-14 09:32:18 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2014-08-14 09:32:18 +1000 |
commit | 526b329c21a0b4e39babb0a58a32a1ae9c7e7336 (patch) | |
tree | 0008230b007340aaf4e3e19f15d94ef4a82f1f3b /template/en/default/bug | |
parent | 9f3d18d43e3fe4e6987fb4dd09a8760560372dbf (diff) | |
download | bugs-526b329c21a0b4e39babb0a58a32a1ae9c7e7336.tar bugs-526b329c21a0b4e39babb0a58a32a1ae9c7e7336.tar.gz bugs-526b329c21a0b4e39babb0a58a32a1ae9c7e7336.tar.bz2 bugs-526b329c21a0b4e39babb0a58a32a1ae9c7e7336.tar.xz bugs-526b329c21a0b4e39babb0a58a32a1ae9c7e7336.zip |
Bug 469018 - Show duplicate (dupe) count on show_bug.cgi
r=gerv, a=sgreen
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index f7cb57fd8..8b55dedcb 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -572,7 +572,7 @@ [% RETURN UNLESS bug.duplicates.size %] <tr> <th class="field_label"> - <label for="duplicates">Duplicates</label>: + <label for="duplicates">Duplicates ([% bug.duplicates.size %])</label>: </th> <td class="field_value" colspan="2"> <span id="duplicates"> |