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