Sha256: dd5fac6a40393e666e38ee64bc9da351d2ac82d7cd11b7a95922a4d1629dd015

Contents?: true

Size: 478 Bytes

Versions: 72

Compression:

Stored size: 478 Bytes

Contents

- body_classes << 'reversed'

%h1= t('remove_layout')

%h4= t('text.layouts.remove_warning').html_safe

%table.tablesaw.index#layouts
  %tbody
    %tr.node.level_1
      %td.layout
        = h @layout.name

= form_for [:admin, @layout], :html => { :method => 'delete', 'data-onsubmit_status'=>'Removing layout&#8230;' } do
  .buttons
    %input.button{:type => 'submit', :value => t('delete_layout')  }/
    = t('or')
    = link_to t('cancel'), admin_layouts_path, class: 'alt'

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
trusty-cms-6.3.1 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.2 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.1 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.0 app/views/admin/layouts/remove.html.haml
trusty-cms-6.3 app/views/admin/layouts/remove.html.haml
trusty-cms-6.2.1 app/views/admin/layouts/remove.html.haml
trusty-cms-6.2.2.1 app/views/admin/layouts/remove.html.haml
trusty-cms-6.2.0 app/views/admin/layouts/remove.html.haml
trusty-cms-6.1.2 app/views/admin/layouts/remove.html.haml
trusty-cms-6.1.1 app/views/admin/layouts/remove.html.haml
trusty-cms-6.0.5 app/views/admin/layouts/remove.html.haml
trusty-cms-6.0.4 app/views/admin/layouts/remove.html.haml
trusty-cms-6.0.3 app/views/admin/layouts/remove.html.haml
trusty-cms-6.0.2 app/views/admin/layouts/remove.html.haml
trusty-cms-6.0.1 app/views/admin/layouts/remove.html.haml
trusty-cms-5.6.1 app/views/admin/layouts/remove.html.haml
trusty-cms-6.0.0 app/views/admin/layouts/remove.html.haml
trusty-cms-5.6.0 app/views/admin/layouts/remove.html.haml
trusty-cms-5.5.9 app/views/admin/layouts/remove.html.haml
trusty-cms-5.5.8 app/views/admin/layouts/remove.html.haml