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

Version Path
promethee-1.0.12 app/views/promethee/partials/_include_components.html.erb
promethee-1.0.11 app/views/promethee/partials/_include_components.html.erb
promethee-1.0.10 app/views/promethee/partials/_include_components.html.erb
promethee-1.0.9 app/views/promethee/partials/_include_components.html.erb
promethee-1.0.8 app/views/promethee/partials/_include_components.html.erb
promethee-1.0.7 app/views/promethee/partials/_include_components.html.erb
promethee-1.0.6 app/views/promethee/partials/_include_components.html.erb
promethee-1.0.5 app/views/promethee/partials/_include_components.html.erb
promethee-1.0.4 app/views/promethee/partials/_include_components.html.erb
promethee-1.0.3 app/views/promethee/partials/_include_components.html.erb
promethee-1.0.2 app/views/promethee/partials/_include_components.html.erb
promethee-1.0.1 app/views/promethee/partials/_include_components.html.erb
promethee-1.0.0 app/views/promethee/partials/_include_components.html.erb
promethee-0.1.8 app/views/promethee/partials/_include_components.html.erb
promethee-0.1.7 app/views/promethee/partials/_include_components.html.erb
promethee-0.1.6 app/views/promethee/partials/_include_components.html.erb
promethee-0.1.5 app/views/promethee/partials/_include_components.html.erb