Sha256: 1d8470360a8818be0e4c4e2113559ba1511c396c5f288110aaadfd8b461b015f

Contents?: true

Size: 361 Bytes

Versions: 43

Compression:

Stored size: 361 Bytes

Contents

%h1.effective-heading= @page_title

%p= flash[:danger]

%p.effective-orders-page-content
  = link_to 'Home', root_path

%p.effective-orders-page-content
  - if current_cart.present?
    Your #{link_to_current_cart(label: 'Cart')} items have been saved. Please try again.
  - else
    Please try again.

= link_to 'Continue', root_path, class: 'btn btn-primary'

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
effective_orders-4.0.0beta5 app/views/effective/orders/declined.html.haml
effective_orders-4.0.0beta4 app/views/effective/orders/declined.html.haml
effective_orders-4.0.0beta3 app/views/effective/orders/declined.html.haml