summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/cve/actions.html.erb')
-rw-r--r--app/views/cve/actions.html.erb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/cve/actions.html.erb b/app/views/cve/actions.html.erb
deleted file mode 100644
index 139bcab..0000000
--- a/app/views/cve/actions.html.erb
+++ /dev/null
@@ -1,5 +0,0 @@
-<h2 style="margin-top: 0;">Actions</h2>
-
-<button onclick="new Ajax.Request('/cve/mark_new/', {parameters: { cve_id: cve_id }, onSuccess: function(response) { window.location.reload(); }, onFailure: function(response) { alert('Could not process your request:\n\n' + response.responseText); }});">Mark as NEW</button>
-
-<p>For all other actions, please use the table view.</p> \ No newline at end of file