Sha256: 853dccbfb6412d3c5c342d1ace0c591c2ab967e4540e9ddabc83889266f9a7d3

Contents?: true

Size: 877 Bytes

Versions: 2

Compression:

Stored size: 877 Bytes

Contents

= render :partial => 'admin/menus/lang_switcher'
= render :partial => 'tabs'
#wrap
  .backgrounds.big-header
    %h1= @product_type.name
    .interact-links
      = link_to I18n.t('product_type.update.action').capitalize, [forgeos_commerce, :edit, :admin, @product_type ], :class => 'backgrounds interact-button'
      = I18n.t('or')
      = link_to I18n.t('product_type.back').capitalize, [forgeos_commerce, :admin, :product_types], :class => 'back-link'

  #content.grid_12.alpha.omega
    .grid_12.alpha
      #product-types-options-tree.a-tree.init-tree
        = I18n.t('attribute', :count => 2).capitalize
        %ul
          - @product_type.product_attributes.each do |attribute|
            - id = "attribute_#{attribute.id}"
            %li{ :id => id, :rel => 'attribute' }
              %a{ :href => '#' }
                = attribute.name
        .clear
  .clear

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
forgeos_commerce-1.9.1.rc1 app/views/admin/product_types/show.html.haml
forgeos_commerce-1.9.0 app/views/admin/product_types/show.html.haml