summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2013-09-19 05:03:52 +0200
committerSimon Green <sgreen@redhat.com>2013-09-19 05:03:52 +0200
commit14d6245de0b6d54c60985b9433ff731d194cd49a (patch)
tree68a2fcd3175194ebf003b41352f91c4c704602af /template/en/default/bug/edit.html.tmpl
parentc14936b81e93e6543757529e233dc31b0d93f985 (diff)
downloadbugzilla-14d6245de0b6d54c60985b9433ff731d194cd49a.tar.gz
bugzilla-14d6245de0b6d54c60985b9433ff731d194cd49a.tar.xz
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/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl4
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 %]&nbsp;[% 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>