Sha256: 8a2dc19b43c85134e64fe59c0b4072d7df183b0d5b1fb34385d89a2af84b9f17

Contents?: true

Size: 366 Bytes

Versions: 62

Compression:

Stored size: 366 Bytes

Contents

%ul.style-guide__nav
  %li
    %p= link_to 'Back to Storefront', storefront.root_path
  - %w(settings base typography objects components trumps).each do |category|
    %li
      %strong= category.titleize
      %ul
        - partial_paths_for(category).each do |partial|
          - name = partial.split('/').last
          %li= link_to_style_guide(category, name)

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.13 app/views/workarea/storefront/style_guides/_navigation.html.haml
workarea-storefront-3.4.12 app/views/workarea/storefront/style_guides/_navigation.html.haml