Skip to content

Commit 81460ee

Browse files
committed
Bug 1197805 - Always show "never email me about this bug" checkbox
1 parent bb7cbda commit 81460ee

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,18 @@
8080
</table>
8181
[% END %]
8282

83-
[% IF user.is_involved_in_bug(bug) %]
84-
<table class="edit-show" style="display:none">
85-
<tr>
86-
<td>
87-
<input type="checkbox" name="bug_ignored" id="bug-ignored"
88-
[%= "checked" IF user.is_bug_ignored(bug.id) %]>
89-
</td>
90-
<td>
91-
<label for="bug-ignored" title="You will still receive emails for flag requests directed at you">
92-
Never email me about this [% terms.bug %]
93-
</label>
94-
</td>
95-
</tr>
96-
</table>
97-
[% END %]
83+
<table class="edit-show" style="display:none">
84+
<tr>
85+
<td>
86+
<input type="checkbox" name="bug_ignored" id="bug-ignored"
87+
[%= "checked" IF user.is_bug_ignored(bug.id) %]>
88+
</td>
89+
<td>
90+
<label for="bug-ignored" title="You will still receive emails for flag requests directed at you">
91+
Never email me about this [% terms.bug %]
92+
</label>
93+
</td>
94+
</tr>
95+
</table>
9896
</div>
9997
</div>

0 commit comments

Comments
 (0)