Sha256: 6bfcfde088a604ba8e51514ecd62b024ed5013d44ddb0190dea017cbadf1a713

Contents?: true

Size: 1.07 KB

Versions: 9

Compression:

Stored size: 1.07 KB

Contents

- @page_title = "#{t('kkt_shoppe.localisations.localisations')} - #{@product_category.name}"

= content_for :header do
  %p.buttons
    = link_to t('kkt_shoppe.localisations.back'), product_categories_path, :class => 'button'
    = link_to t('kkt_shoppe.localisations.new_localisation'), [:new, @product_category, :localisation], :class => 'button green'

  %h2.products= t('kkt_shoppe.localisations.localisations_of', name: @product_category.name)

.table
  %table.data
    %thead
      %tr
        %th{:width => '20%'}= t('kkt_shoppe.localisations.language')
        %th{:width => '50%'}= t('kkt_shoppe.products.name')
        %th{:width => '15%'}= t('kkt_shoppe.products.permalink')
    %tbody
      - if @localisations.empty?
        %tr.empty
          %td{:colspan => 4}= t('kkt_shoppe.localisations.no_localisations')
      - else
        - for localisation in @localisations
          %tr
            %td= localisation.locale
            %td= link_to localisation.name, edit_product_category_localisation_path(@product_category, localisation)
            %td= localisation.permalink

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kkt_shoppe-2.0.2 app/views/kkt_shoppe/product_category_localisations/index.html.haml
kkt_shoppe-2.0.1 app/views/kkt_shoppe/product_category_localisations/index.html.haml
kkt_shoppe-2.0.0 app/views/kkt_shoppe/product_category_localisations/index.html.haml
kkt_shoppe-1.3.0 app/views/kkt_shoppe/product_category_localisations/index.html.haml
kkt_shoppe-1.2.1 app/views/kkt_shoppe/product_category_localisations/index.html.haml
kkt_shoppe-1.2.0 app/views/kkt_shoppe/product_category_localisations/index.html.haml
kkt_shoppe-1.1.2 app/views/kkt_shoppe/product_category_localisations/index.html.haml
kkt_shoppe-1.1.1 app/views/kkt_shoppe/product_category_localisations/index.html.haml
kkt_shoppe-1.1.0 app/views/kkt_shoppe/product_category_localisations/index.html.haml