diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-09-19 13:03:52 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-09-19 13:03:52 +1000 |
commit | 14d6245de0b6d54c60985b9433ff731d194cd49a (patch) | |
tree | 68a2fcd3175194ebf003b41352f91c4c704602af /template/en/default/bug | |
parent | c14936b81e93e6543757529e233dc31b0d93f985 (diff) | |
download | bugs-14d6245de0b6d54c60985b9433ff731d194cd49a.tar bugs-14d6245de0b6d54c60985b9433ff731d194cd49a.tar.gz bugs-14d6245de0b6d54c60985b9433ff731d194cd49a.tar.bz2 bugs-14d6245de0b6d54c60985b9433ff731d194cd49a.tar.xz bugs-14d6245de0b6d54c60985b9433ff731d194cd49a.zip |
Bug 368541 - Make it obvious that the bug alias is not part of the bug summary
r=simon, a=simon
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 683d6ed4a..8f1a2031b 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -168,11 +168,11 @@ [% PROCESS commit_button id="_top"%] <a href="show_bug.cgi?id=[% bug.bug_id %]"> [%-# %]<b>[% terms.Bug %] [% bug.bug_id FILTER html %]</b> - [%-# %]</a> -<span id="summary_alias_container" class="bz_default_hidden"> + [%-# %]</a> <span id="summary_alias_container" class="bz_default_hidden"> [% IF bug.alias != "" %] (<span id="alias_nonedit_display">[% bug.alias FILTER html %]</span>) [% END %] - <span id="short_desc_nonedit_display">[% bug.short_desc FILTER quoteUrls(bug) %]</span> + - <span id="short_desc_nonedit_display">[% bug.short_desc FILTER quoteUrls(bug) %]</span> [% IF bug.check_can_change_field('short_desc', 0, 1) || bug.check_can_change_field('alias', 0, 1) %] <small class="editme">(<a href="#" id="editme_action">edit</a>)</small> |