Sha256: 11f91e1fbbe3c3fce9182561cae941521e990a9ed5f95d4e370888c104b14b38

Contents?: true

Size: 270 Bytes

Versions: 11

Compression:

Stored size: 270 Bytes

Contents

# frozen_string_literal: true

module Katalyst
  module Content
    module Editor
      class ErrorsComponent < BaseComponent
        include Katalyst::Tables::TurboReplaceable

        def id
          dom_id(container, :errors)
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
katalyst-content-2.3.2 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.3.1 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.3.0 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.2.0 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.1.4 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.1.3 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.1.2 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.1.1 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.1.0 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.0.1 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.0.0 app/components/katalyst/content/editor/errors_component.rb