Class: Coalla::TableFormatter::BooleanFormatter

Inherits:
SimpleFormatter show all
Defined in:
lib/coalla/builders/table_formatter.rb

Instance Method Summary collapse

Methods inherited from SimpleFormatter

#format_value

Instance Method Details

#alignObject



22
23
24
# File 'lib/coalla/builders/table_formatter.rb', line 22

def align
  :center
end

#customize(item) ⇒ Object



18
19
20
# File 'lib/coalla/builders/table_formatter.rb', line 18

def customize(item)
  item ? '<i class="glyphicon glyphicon-check"></i>'.html_safe : ''
end