Sha256: 582c34f37c5366a8782141c36ea92ba039974cbb50e7c19ce2080cd53e19e496

Contents?: true

Size: 476 Bytes

Versions: 72

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

72 entries across 72 versions & 1 rubygems

Version Path
trusty-cms-6.3.1 app/views/admin/snippets/remove.html.haml
trusty-cms-7.0.2 app/views/admin/snippets/remove.html.haml
trusty-cms-7.0.1 app/views/admin/snippets/remove.html.haml
trusty-cms-7.0.0 app/views/admin/snippets/remove.html.haml
trusty-cms-6.3 app/views/admin/snippets/remove.html.haml
trusty-cms-6.2.1 app/views/admin/snippets/remove.html.haml
trusty-cms-6.2.2.1 app/views/admin/snippets/remove.html.haml
trusty-cms-6.2.0 app/views/admin/snippets/remove.html.haml
trusty-cms-6.1.2 app/views/admin/snippets/remove.html.haml
trusty-cms-6.1.1 app/views/admin/snippets/remove.html.haml
trusty-cms-6.0.5 app/views/admin/snippets/remove.html.haml
trusty-cms-6.0.4 app/views/admin/snippets/remove.html.haml
trusty-cms-6.0.3 app/views/admin/snippets/remove.html.haml
trusty-cms-6.0.2 app/views/admin/snippets/remove.html.haml
trusty-cms-6.0.1 app/views/admin/snippets/remove.html.haml
trusty-cms-5.6.1 app/views/admin/snippets/remove.html.haml
trusty-cms-6.0.0 app/views/admin/snippets/remove.html.haml
trusty-cms-5.6.0 app/views/admin/snippets/remove.html.haml
trusty-cms-5.5.9 app/views/admin/snippets/remove.html.haml
trusty-cms-5.5.8 app/views/admin/snippets/remove.html.haml