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