Sha256: 0ed89ae7876e7cf8943fa65aaebdfb83e1f0ce6564fd1cd8d6d387129c36c65d

Contents?: true

Size: 268 Bytes

Versions: 12

Compression:

Stored size: 268 Bytes

Contents

%ul
  - CMS::Configuration.types.each do |type|
    %li
      = type.name.underscore.humanize
      %ul
        - type.attributes.each do |property|
          %li= property.name.humanize
      %ul
        - type.options.each do |option|
          %li= option.humanize

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
honey-cms-0.4.8 app/views/cms/root/description.html.haml
honey-cms-0.4.7 app/views/cms/root/description.html.haml
honey-cms-0.4.6 app/views/cms/root/description.html.haml
honey-cms-0.4.5 app/views/cms/root/description.html.haml
honey-cms-0.4.2 app/views/cms/root/description.html.haml
honey-cms-0.4.1 app/views/cms/root/description.html.haml
honey-cms-0.4.0 app/views/cms/root/description.html.haml
honey-cms-0.3.13 app/views/cms/root/description.html.haml
honey-cms-0.3.12 app/views/cms/root/description.html.haml
honey-cms-0.3.11 app/views/cms/root/description.html.haml
honey-cms-0.3.10 app/views/cms/root/description.html.haml
honey-cms-0.3.9 app/views/cms/root/description.html.haml