Sha256: e3eb52601b65af2bafc1d064bd877a1bdf34af69737f4275f28294cbc7bcd8c2

Contents?: true

Size: 218 Bytes

Versions: 11

Compression:

Stored size: 218 Bytes

Contents

# frozen_string_literal: true

module Katalyst
  module Content
    module Editor
      class ErrorsComponent < BaseComponent
        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-3.0.0.alpha.1 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.8.0 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.7.1 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.7.0 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.6.2 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.6.1 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.6.0 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.5.1 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.5.0 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.4.2 app/components/katalyst/content/editor/errors_component.rb
katalyst-content-2.4.1 app/components/katalyst/content/editor/errors_component.rb