Sha256: 32b46ec9c7a0f922c27286b7ba93c2574503b1c96381e199c34664ade8f07e9a

Contents?: true

Size: 589 Bytes

Versions: 13

Compression:

Stored size: 589 Bytes

Contents

%tr{ id: "row-#{customize.id}" }
  %td.item-check{ style: 'width: 5%' }
    - if can?(Customize).destroy?
      - if !customize.id.eql?(1) && !customize.installed
        = link_to admin_customize_path(customize), method: :delete do
          %i.icon-trash.icon-delete{ onclick: "$('.spinner').css('display', 'block')" }
  %td
    %span.pull-left
      = customize.name
  %td.center
    %span
      - if customize.file?
        = render 'admin/customizes/switch_template', customize: customize
      - else
        = render 'admin/customizes/switch_default_template', customize: customize

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
keppler-2.1.11 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.1.10 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.1.9 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.1.8 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.1.7 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.1.6 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.1.5 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.1.4 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.1.3 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.1.2 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.1.1 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.1.pre.p1 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.1 installer/core/app/views/admin/customizes/_listing.html.haml