Sha256: c94c959a0b428079a164885139eba5b5df576b07b409fc6bec5227aeeba843d7

Contents?: true

Size: 392 Bytes

Versions: 3

Compression:

Stored size: 392 Bytes

Contents

%main.container
  %h1.general-title-margin= t('settings.settings')
  %ul.nav.clearfix.mb-20{role: "tablist"}
    %li.tab-item{role: "presentation"}
      = link_to t('settings.address'), address_path, class: 'tab-link text-as-link'
    %li.tab-item{role: "presentation"}
      = link_to t('settings.privacy'), main_app.privacy_path, class: 'tab-link'
  .tab-content
    = render 'address_tab'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loker-shopping-cart-0.1.3 app/views/shopping_cart/addresses/edit.haml
loker-shopping-cart-0.1.2 app/views/shopping_cart/addresses/edit.haml
loker-shopping-cart-0.1.1 app/views/shopping_cart/addresses/edit.haml