Change some enum icons to critical

This commit is contained in:
ethicalhack3r
2019-06-28 15:00:05 +02:00
parent 065142ff19
commit 4e0153e94a
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<%= notice_icon %> Db Export(s) Identified:
<% @db_exports.each do |db_export| -%>
<%= info_icon %> <%= db_export %>
<%= critical_icon %> <%= db_export %>
<%= render('@finding', item: db_export) -%>
<% end -%>
<% end %>