Sha256: 26e84897758189d164237c785af6b0eefe405f485c82b954e8812799f8836655

Contents?: true

Size: 506 Bytes

Versions: 15

Compression:

Stored size: 506 Bytes

Contents

%h1 Remove Snippet

%p 
  Are you sure you want to 
  %strong.warning permanently remove
  the following snippet?

%table.index#snippets{:cellpadding=>0, :cellspacing=>0, :border=>0}
  %tbody
    %tr.node.level-1
      %td.snippet
        = image('snippet', :alt => "snippet-icon")
        %span.title= @snippet.name

- form_for [:admin, @snippet], :html => {:method => :delete} do
  %p.buttons
    %input.button{:type=>"submit", :value=>"Delete Snippet"}/
    or
    = link_to 'Cancel', admin_snippets_url

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
radiantcms-couchrest_model-0.2.4 app/views/admin/snippets/remove.html.haml
radiantcms-couchrest_model-0.2.2 app/views/admin/snippets/remove.html.haml
radiantcms-couchrest_model-0.2.1 app/views/admin/snippets/remove.html.haml
radiantcms-couchrest_model-0.2 app/views/admin/snippets/remove.html.haml
radiantcms-couchrest_model-0.1.9 app/views/admin/snippets/remove.html.haml
radiantcms-couchrest_model-0.1.8 app/views/admin/snippets/remove.html.haml
radiantcms-couchrest_model-0.1.7 app/views/admin/snippets/remove.html.haml
radiantcms-couchrest_model-0.1.6 app/views/admin/snippets/remove.html.haml
radiantcms-couchrest_model-0.1.5 app/views/admin/snippets/remove.html.haml
radiant-0.7.2 app/views/admin/snippets/remove.html.haml
radiant-0.8.2 app/views/admin/snippets/remove.html.haml
radiant-0.8.1 app/views/admin/snippets/remove.html.haml
radiant-0.7.0 app/views/admin/snippets/remove.html.haml
radiant-0.7.1 app/views/admin/snippets/remove.html.haml
radiant-0.8.0 app/views/admin/snippets/remove.html.haml