Sha256: 051a73b39184cd6e6f7bb4995fe1fc8f5e9b601803ad8a5bd7ed03677c61bac6
Contents?: true
Size: 261 Bytes
Versions: 2
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true module Wallaby module Resources module Index # Html cell class TinyblobHtml < Cell # @return [String] def render value ? muted('tinyblob') : null end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wallaby-6.0.2 | app/views/wallaby/resources/index/tinyblob_html.rb |
wallaby-6.0.1 | app/views/wallaby/resources/index/tinyblob_html.rb |