Sha256: 378397936523a84a605f163cd95a190a15c3ea7f9372368c6a484b864eba5299

Contents?: true

Size: 537 Bytes

Versions: 6

Compression:

Stored size: 537 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
  %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

6 entries across 6 versions & 1 rubygems

Version Path
keppler-2.0.7 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.0.6 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.0.5 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.0.4.p1 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.0.4.pre.p1 installer/core/app/views/admin/customizes/_listing.html.haml
keppler-2.0.4 installer/core/app/views/admin/customizes/_listing.html.haml