Sha256: 5bc484f1a7c422b044b94a6da5b6ae90ffebbd578ed4fdeef3bc7f75f0f6b20c
Contents?: true
Size: 310 Bytes
Versions: 38
Compression:
Stored size: 310 Bytes
Contents
module Locomotive class ColorInput < ::SimpleForm::Inputs::StringInput def input(wrapper_options) <<-HTML <div class="input-group"> #{super} <span class="input-group-addon"><i></i></span> </div> HTML end def html5? false end end end
Version data entries
38 entries across 38 versions & 1 rubygems