Sha256: dd5fac6a40393e666e38ee64bc9da351d2ac82d7cd11b7a95922a4d1629dd015

Contents?: true

Size: 478 Bytes

Versions: 93

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

93 entries across 93 versions & 1 rubygems

Version Path
trusty-cms-7.0.22 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.21 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.20 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.19 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.18 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.17 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.16 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.14 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.13 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.12 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.15 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.9.1 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.11 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.10 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.9 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.8 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.7 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.6 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.5 app/views/admin/layouts/remove.html.haml
trusty-cms-7.0.4 app/views/admin/layouts/remove.html.haml