Sha256: db0d60624c6407c0d61d90ff94e7131e34d64b8d7c8e5aba92437ae44de50a8f

Contents?: true

Size: 782 Bytes

Versions: 3

Compression:

Stored size: 782 Bytes

Contents

.container-fluid
  .row
    .span5.offset4
      %div#form.well
        = form_tag(@options[:url], :method => "delete") do
          %h1
            = @options[:title]
          - unless @options[:message].blank?
            %p.message
              = @options[:message].html_safe
          - unless @options[:warning].blank?
            %p.warning
              = @options[:warning].html_safe
          = hidden_field_tag "return_url" , @options[:return_url]
          %p.controls
            - unless @do_not_delete
              = submit_tag("Delete", :class => "btn btn-danger")
              or
              = link_to("<strong>Cancel</strong>".html_safe, @options[:return_url])
            - else
              = link_to("<strong>Ok</strong>".html_safe, @options[:return_url])

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gluttonberg-core-3.0.2 app/views/gluttonberg/admin/shared/delete.html.haml
gluttonberg-core-3.0.1 app/views/gluttonberg/admin/shared/delete.html.haml
gluttonberg-core-3.0.0 app/views/gluttonberg/admin/shared/delete.html.haml