Sha256: dc26fc4910beb7e2c14a0825037a1727b6ab22f19af6b13f4500def8cc7958d8

Contents?: true

Size: 461 Bytes

Versions: 43

Compression:

Stored size: 461 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_url

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
trusty-cms-2.0.10.pre.beta app/views/admin/layouts/remove.html.haml
trusty-cms-2.0.9.pre.beta app/views/admin/layouts/remove.html.haml
trusty-cms-2.0.8.pre.beta app/views/admin/layouts/remove.html.haml
trusty-cms-2.0.7.pre.beta app/views/admin/layouts/remove.html.haml
trusty-cms-2.0.5.pre.beta app/views/admin/layouts/remove.html.haml
trusty-cms-2.0.4.pre.beta app/views/admin/layouts/remove.html.haml
trusty-cms-2.0.3.pre.beta app/views/admin/layouts/remove.html.haml
trusty-cms-2.0.2.pre.beta app/views/admin/layouts/remove.html.haml
trusty-cms-2.0.1.pre.beta app/views/admin/layouts/remove.html.haml
trusty-cms-2.0.0.pre.beta app/views/admin/layouts/remove.html.haml
trusty-cms-1.2.29 app/views/admin/layouts/remove.html.haml
trusty-cms-1.2.28 app/views/admin/layouts/remove.html.haml
trusty-cms-1.1.28 app/views/admin/layouts/remove.html.haml
trusty-cms-1.1.27 app/views/admin/layouts/remove.html.haml
trusty-cms-1.1.26 app/views/admin/layouts/remove.html.haml
trusty-cms-1.1.25 app/views/admin/layouts/remove.html.haml
trusty-cms-1.1.24 app/views/admin/layouts/remove.html.haml
trusty-cms-1.1.23 app/views/admin/layouts/remove.html.haml
trusty-cms-1.1.22 app/views/admin/layouts/remove.html.haml
trusty-cms-1.1.21 app/views/admin/layouts/remove.html.haml