Sha256: 13a69dee528daa2678fa07e02124d5f7f84ddc9bf80961543ca9b979226d3594
Contents?: true
Size: 313 Bytes
Versions: 13
Compression:
Stored size: 313 Bytes
Contents
# frozen_string_literal: true module GlyphExtension # Render glyph and content html def glyph_and_content_html(content_html = nil) if options[:glyph] UiBibz::ViewObjects::GlyphComponentViewObject.new(options, content_html || content).render else content_html || content end end end
Version data entries
13 entries across 13 versions & 1 rubygems