Sha256: e3894489e85311fc2e2d1cb83665ad691ff837e4dd29589ec6a11398b7cec129

Contents?: true

Size: 558 Bytes

Versions: 1

Compression:

Stored size: 558 Bytes

Contents

%h1 Remove Location

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

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

- form_tag admin_location_path(@location), :method => :delete do
  %p.buttons
    %input.button{:type=>"submit", :value=>"Delete location"}/
    or
    = link_to 'Cancel', admin_locations_url

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radiant-location-extension-1.2.1 app/views/admin/locations/remove.html.haml