Sha256: 7bbcf2c0acb74d9e39897032eefaf78baf0bf2bce7aa9258b4e33cae91200b92
Contents?: true
Size: 266 Bytes
Versions: 7
Compression:
Stored size: 266 Bytes
Contents
module Twitter::Bootstrap::Markup::Rails::Components class Form::Label < Form def initialize(object_name, method, options) super(options) output_buffer << label(object_name, method, options[:label_text], :class => 'control-label') end end end
Version data entries
7 entries across 7 versions & 1 rubygems