diff options
Diffstat (limited to 'app/views/cve/changes.html.erb')
-rw-r--r-- | app/views/cve/changes.html.erb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/views/cve/changes.html.erb b/app/views/cve/changes.html.erb deleted file mode 100644 index 00de2a7..0000000 --- a/app/views/cve/changes.html.erb +++ /dev/null @@ -1,10 +0,0 @@ -<h2 style="margin-top: 0;">Changes</h2> - -<ul> -<% @cve.cve_changes.each do |change| %> - <li> - <strong><%= change.action %>:</strong> <%= change.object %><br /> - <em>—<%= change.user.login %></em> @ <%= change.created_at.rfc2822 %> - </li> -<% end %> -</ul>
\ No newline at end of file |