Sha256: d7eb920f5bb4e5fca39d21e091fa34ea075578e1edea5a1e44bf1da5d1630843

Contents?: true

Size: 476 Bytes

Versions: 75

Compression:

Stored size: 476 Bytes

Contents

%h1= t('remove_layout')

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

%table.index#layouts
  %tbody
    %tr.node.level_1
      %td.layout
        = image('layout', :alt => '')
        = h @layout.name

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

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
trusty-cms-4.0.2 app/views/admin/layouts/remove.html.haml
trusty-cms-3.9.7 app/views/admin/layouts/remove.html.haml
trusty-cms-3.9.6 app/views/admin/layouts/remove.html.haml
trusty-cms-3.9.5 app/views/admin/layouts/remove.html.haml
trusty-cms-4.0.1 app/views/admin/layouts/remove.html.haml
trusty-cms-3.9.4 app/views/admin/layouts/remove.html.haml
trusty-cms-3.9.3 app/views/admin/layouts/remove.html.haml
trusty-cms-3.9.2 app/views/admin/layouts/remove.html.haml
trusty-cms-4.0.0 app/views/admin/layouts/remove.html.haml
trusty-cms-3.9.1 app/views/admin/layouts/remove.html.haml
trusty-cms-3.9.0 app/views/admin/layouts/remove.html.haml
trusty-cms-3.8.4 app/views/admin/layouts/remove.html.haml
trusty-cms-3.8.3 app/views/admin/layouts/remove.html.haml
trusty-cms-3.8.2 app/views/admin/layouts/remove.html.haml
trusty-cms-3.8.1 app/views/admin/layouts/remove.html.haml
trusty-cms-3.8.0 app/views/admin/layouts/remove.html.haml
trusty-cms-3.7.1 app/views/admin/layouts/remove.html.haml
trusty-cms-3.7.0 app/views/admin/layouts/remove.html.haml
trusty-cms-3.6.2 app/views/admin/layouts/remove.html.haml
trusty-cms-3.6.1 app/views/admin/layouts/remove.html.haml