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