Sha256: 575e13f9cdbffdb6989a9ba768fa095bdb4d185231535c09015d445072b44e3e

Contents?: true

Size: 468 Bytes

Versions: 7

Compression:

Stored size: 468 Bytes

Contents

%h1= t('remove_snippet')

%p 
  = t('text.snippets.remove_warning')

%table.index#snippets
  %tbody
    %tr.node.level_1
      %td.snippet
        = image('snippet', :alt => "")
        %span.title= @snippet.name

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

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
radiantcms-couchrest_model-0.1.4 app/views/admin/snippets/remove.html.haml
radiantcms-couchrest_model-0.1.3 app/views/admin/snippets/remove.html.haml
radiantcms-couchrest_model-0.1.2 app/views/admin/snippets/remove.html.haml
radiantcms-couchrest_model-0.1.1 app/views/admin/snippets/remove.html.haml
radiantcms-couchrest_model-0.1 app/views/admin/snippets/remove.html.haml
radiant-0.9.1 app/views/admin/snippets/remove.html.haml
radiant-0.9.0.rc2 app/views/admin/snippets/remove.html.haml