File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed
extensions/BugModal/template/en/default/bug_modal Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments