Sha256: 81edbe126c385e6f12f46029eba052dc2808f79672e1f90cfc3640ddd60b7b6b

Contents?: true

Size: 273 Bytes

Versions: 9

Compression:

Stored size: 273 Bytes

Contents

"themes": {
<% unless @themes.empty? -%>
<% last_index = @themes.size - 1 -%>
<% @themes.each_with_index do |theme, index| -%>
  <%= theme.name.to_json %>: {
    <%= render('@theme', theme: theme) -%>
  }<% unless index == last_index -%>,<% end -%>
<% end -%>
<% end -%>
},

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wpscan-3.0.8 app/views/json/enumeration/themes.erb
wpscan-3.0.7 app/views/json/enumeration/themes.erb
wpscan-3.0.6 app/views/json/enumeration/themes.erb
wpscan-3.0.5 app/views/json/enumeration/themes.erb
wpscan-3.0.4 app/views/json/enumeration/themes.erb
wpscan-3.0.3 app/views/json/enumeration/themes.erb
wpscan-3.0.2 app/views/json/enumeration/themes.erb
wpscan-3.0.1 app/views/json/enumeration/themes.erb
wpscan-3.0 app/views/json/enumeration/themes.erb