summaryrefslogtreecommitdiff
blob: 3fff283e9ebfcedd6f550ff229d14ea9c505ff0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<strong>
  <input type="checkbox" id="change_summary" value="1" checked="checked" />
  <label for="change_summary">Change summary</label>
</strong>

<p><tt><%= @summary %></tt></p>
<p><small>was:</small><br />
  <tt><%= @bug.summary %></tt>
</p>

<br />
<strong>
  <input type="checkbox" id="add_comment" value="1" checked="checked" />
  <label for="add_comment">Add comment</label>
</strong>

<p><pre><%= @cve_txt %></pre></p>