Commit 1876ce87 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 452733: [Classification] should not be next to bug ID and short_desc in the show_bug header

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent 0265a53c
......@@ -294,9 +294,6 @@
[%# That's the main table, which contains all editable fields. %]
<div class="bz_alias_short_desc_container">
[% IF Param('useclassification') && bug.classification_id != 1 %]
<b>[[% bug.classification FILTER html %]]</b>
[% END %]
<a href="show_bug.cgi?id=[% bug.bug_id %]">
<b>[% terms.Bug %]&nbsp;[% bug.bug_id FILTER html %]</b>
</a> -
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment