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