Sha256: d0879b7bbac38ecfcb3871880c37ca4ece77aee532b1f48266c9baf79789f8a4
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true using Katalyst::HtmlAttributes::HasHtmlAttributes module Katalyst module Tables module Header class BooleanComponent < HeaderCellComponent def default_html_attributes super.merge_html(class: "type-boolean") end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
katalyst-tables-3.0.0.beta1 | app/components/katalyst/tables/header/boolean_component.rb |