Sha256: bdb88f9e48fd2d2f857c69d1d89a69e4355cfe0eb769e3e4831a89c9418da728

Contents?: true

Size: 1.46 KB

Versions: 5

Compression:

Stored size: 1.46 KB

Contents

.taxonomy-content-block

  - if view_model.left_image?
    .taxonomy-content-block__container>
      = render_image_with_link(view_model.find_asset(image).url, image_alt, 'taxonomy-content-block', image_link)

  .taxonomy-content-block__container{ class: ('taxonomy-content-block__container--without-image' unless image.present? )}>
    - if view_model.data[:header].present?
      %span.taxonomy-content-block__menu-heading= view_model.data[:header]

    %ul.taxonomy-content-block__menu
      - if view_model.show_starting_taxon?
        %li.taxonomy-content-block__menu-item.taxonomy-content-block__menu-item--start
          - if view_model.starting_taxon.placeholder?
            = view_model.starting_taxon.name
          - else
            = link_to view_model.starting_taxon.name, storefront_path_for(view_model.starting_taxon), data: { analytics: primary_navigation_analytics_data(view_model.starting_taxon).to_json }, class: 'taxonomy-content-block__menu-link'
      - view_model.taxons.each do |taxon|
        %li.taxonomy-content-block__menu-item
          - if taxon.placeholder?
            = taxon.name
          - else
            = link_to taxon.name, storefront_path_for(taxon), data: { analytics: primary_navigation_analytics_data(taxon).to_json }, class: 'taxonomy-content-block__menu-link'

  - if view_model.right_image?
    .taxonomy-content-block__container
      = render_image_with_link(view_model.find_asset(image).url, image_alt, 'taxonomy-content-block', image_link)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/views/workarea/storefront/content_blocks/_taxonomy.html.haml
workarea-nvy_theme-1.2.0 app/views/workarea/storefront/content_blocks/_taxonomy.html.haml
workarea-nvy_theme-1.1.4 app/views/workarea/storefront/content_blocks/_taxonomy.html.haml
workarea-nvy_theme-1.1.3 app/views/workarea/storefront/content_blocks/_taxonomy.html.haml
workarea-nvy_theme-1.1.2 app/views/workarea/storefront/content_blocks/_taxonomy.html.haml