Sha256: ee843f1a587236d8ebdc8b8aeec4c1a605dc464e27cbbbb84a2101be5944ce03
Contents?: true
Size: 379 Bytes
Versions: 17
Compression:
Stored size: 379 Bytes
Contents
<% # TODO iterate over files in gem, instead of a predefined array %> <% ['page', 'children', 'row', 'column', 'text', 'image', 'video'].each do |type| %> <%= render "promethee/components/#{type}_edit" %> <% end %> <% # TODO iterate over custom views to add custom types and override existing types %> <% Dir['app/views/promethee/components/*'].each do |file| %> <% end %>
Version data entries
17 entries across 17 versions & 1 rubygems