data_importer/app/views/cpes/show.html.erb

8 lines
266 B
Text

<h1> <%= @cpe.id %> </h1>
<p> Status: <%= @cpe.status %> </p>
<p> Modifcation Date: <%= @cpe.modification_date %> </p>
<p> NVD ID: <%= @cpe.nvd_id %> </p>
<p> References: <%= @cpe.references %> </p>
<p> Title: <%= @cpe.title %> </p>
<p> Name: <%= @cpe.name %> </p>