Sha256: 65cb2a943442c405078170ae7cd70e48de7472227f9ab954d102c101b59221b3
Contents?: true
Size: 595 Bytes
Versions: 5
Compression:
Stored size: 595 Bytes
Contents
- if params[:mobile_nav] = link_to mobile_nav_return_path, class: 'mobile-nav__close-button' do = inline_svg('workarea/storefront/icons/close.svg', class: 'mobile-nav__close-button-icon', title: t('workarea.storefront.mobile_nav.close')) .mobile-nav__header = link_to menus_path(return_to: mobile_nav_return_path), class: 'mobile-nav__back-button' do %span.mobile-nav__back-button-icon ◀ %span.mobile-nav__back-button-text= @menu.name %div{ class: params[:mobile_nav] ? 'mobile-nav__content' : 'primary-nav__content' } = render_content_blocks(@menu.content_blocks)
Version data entries
5 entries across 5 versions & 1 rubygems