summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2017-03-02 17:26:23 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-03-02 17:26:23 +0100
commit956114388bf91607b09ca9e458594b0e99b3e486 (patch)
treeac7900ebac9008ea8f092e9099f05927f3b840a2 /extensions/BugModal/template
parentc810b6c52aed6f22feb76367fa6894cfad62e26b (diff)
downloadbugzilla-956114388bf91607b09ca9e458594b0e99b3e486.tar.gz
bugzilla-956114388bf91607b09ca9e458594b0e99b3e486.tar.xz
Bug 1283012 - the 'status' and 'assignee' labels disappear when taking a bug in view mode
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/field.html.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
index 58fc4c30f..e84327307 100644
--- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
@@ -102,9 +102,7 @@ END;
[% IF hide_on_view %] style="display:none"[% END %]
>
[% IF label.defined && !no_label %]
- <div class="name
- [%~ " edit-show" IF hide_on_view %]"
- [% IF hide_on_view %] style="display:none"[% END %]>
+ <div class="name">
[%~ IF help.defined %]
<a href="[% help FILTER none %]" id="[% name FILTER html %]-help-link" class="help">
[% aria_labelledby_id = "${name}-help-link" %]