Sha256: fe0ac7bbddc90e1316628b089cc252f772a106a72cedaf5299de02fef6cef7b7

Contents?: true

Size: 313 Bytes

Versions: 62

Compression:

Stored size: 313 Bytes

Contents

module Workarea
  module Storefront
    module Checkout
      class ConfirmationViewModel < ApplicationViewModel
        include CheckoutContent

        def title
          browser_title.presence ||
            ::I18n.t('workarea.storefront.checkouts.confirmation_title')
        end
      end
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.27 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.5.4 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.4.26 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.5.3 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.4.25 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.5.2 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.4.24 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.5.1 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.4.23 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.4.22 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.5.0 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.4.21 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.5.0.beta.1 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.4.20 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.4.19 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.4.18 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.4.17 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.4.16 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.4.15 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb
workarea-storefront-3.4.14 app/view_models/workarea/storefront/checkout/confirmation_view_model.rb