Sha256: 582c34f37c5366a8782141c36ea92ba039974cbb50e7c19ce2080cd53e19e496

Contents?: true

Size: 476 Bytes

Versions: 93

Compression:

Stored size: 476 Bytes

Contents

- body_classes << 'reversed'

%h1= t('remove_snippet')

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

%table.tablesaw.index#snippets
  %tbody
    %tr.node.level_1
      %td.snippet
        %span.title= @snippet.name

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

Version data entries

93 entries across 93 versions & 1 rubygems

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