Class: Formular::Element::Bootstrap3::Horizontal::Label

Inherits:
Label
  • Object
show all
Defined in:
lib/formular/element/bootstrap3/horizontal.rb

Overview

class InputColumnWrapper

Instance Method Summary collapse

Instance Method Details

#column_classObject



73
74
75
# File 'lib/formular/element/bootstrap3/horizontal.rb', line 73

def column_class
  builder.class.column_classes[:left_column] + ['control-label']
end