Sha256: 5e0698a8c7bd0b132d4c64c6f69a80e0dad90af82d624ced8d89c706fb46edc7
Contents?: true
Size: 477 Bytes
Versions: 1
Compression:
Stored size: 477 Bytes
Contents
%h1= t('remove_layout') %h4= 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trusty-cms-4.1.1 | app/views/admin/layouts/remove.html.haml |