Sha256: 1c51e1632b71e7c6f988ac4c4c58a686f0a2b735a8d4570ad301859d5ed51143

Contents?: true

Size: 257 Bytes

Versions: 2

Compression:

Stored size: 257 Bytes

Contents

# frozen_string_literal: true

module Wallaby
  module Resources
    module Index
      # Html cell
      class BinaryHtml < Cell
        # @return [String]
        def render
          value ? muted('binary') : 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/binary_html.rb
wallaby-6.0.1 app/views/wallaby/resources/index/binary_html.rb