Sha256: cf97c34d0b07ad928d3a681cf7f5dfc6b8f7f17c93f929f1bee08155ba0661b4

Contents?: true

Size: 414 Bytes

Versions: 15

Compression:

Stored size: 414 Bytes

Contents

- Gluttonberg::PageDescription.all.each do |name, desc|
  %p
    %strong= desc[:description]
  
    - if desc.sections.blank?
      - if desc.rewrite_required?
        = "This will redirect to '#{desc.rewrite_route}' "
      - else
        There is no content area for this page description.
    -else
      - desc.sections.each do |sec_name , sec|
        %br  
        = "#{sec[:label] } - #{sec[:type]} "
      

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gluttonberg-core-2.6.4 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.6.3 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.6.2 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.6.1 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.6.0 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.5.9 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.5.8 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.5.7 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.5.6 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.5.5 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.5.4 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.5.3 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.5.2 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.5.1 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml
gluttonberg-core-2.5 app/views/help/gluttonberg/admin/content/pages/_page_description_help.html.haml