summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/glsa/import_references.html.erb')
-rw-r--r--app/views/glsa/import_references.html.erb16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/views/glsa/import_references.html.erb b/app/views/glsa/import_references.html.erb
deleted file mode 100644
index 63a0d30..0000000
--- a/app/views/glsa/import_references.html.erb
+++ /dev/null
@@ -1,16 +0,0 @@
-<p>Please select the references to import:</p>
-
-<%= form_tag(:go => '1') do -%>
-<div style="height: 500px; overflow-y: scroll; overflow-x: hidden;">
- <table>
- <% @cves.each do |cve| %>
- <tr>
- <td><input type="checkbox" value="1" name="import[cve][<%= cve.cve_id %>]" checked="checked" /></td>
- <td><%= render :partial => '/tools/cve', :object => cve %></td>
- </tr>
- <% end %>
- </table>
-</div>
-
-<p style="text-align: right;"><input type="submit" class="button" value="Import selected references" id="importsubmit" /></p>
-<% end -%> \ No newline at end of file