summaryrefslogtreecommitdiff
blob: e3f66ab25a5a1811fa8bc9893c388f42da33f58e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="box">
  <h2>CVEs</h2>
  
  <table class="glsamaker-table">
  <tr align="left">
    <th>ID</th>
    <th>State</th>
    <th>Summary</th>
    <th>CVSS Score</th>
  </tr>
  <%= render :partial => "cve_row", :collection => results, :as => :cve %>
  </table>
</div>