HELLO v3!!!
This commit is contained in:
11
app/views/cli/enumeration/db_exports.erb
Normal file
11
app/views/cli/enumeration/db_exports.erb
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
<% if @db_exports.empty? -%>
|
||||
<%= notice_icon %> No DB Exports Found.
|
||||
<% else -%>
|
||||
<%= notice_icon %> Db Export(s) Identified:
|
||||
<% @db_exports.each do |db_export| -%>
|
||||
|
||||
<%= info_icon %> <%= db_export %>
|
||||
<%= render('@finding', item: db_export) -%>
|
||||
<% end -%>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user