Sha256: d0adefca0f9aee5758f47adcf08b651673e3c5c31b338903829b957510f23acf
Contents?: true
Size: 928 Bytes
Versions: 10
Compression:
Stored size: 928 Bytes
Contents
SimpleForm.setup do |config| config.wrappers :rademade, :tag => 'div', :class => 'form-box' do |form_box| form_box.use :html5 form_box.wrapper :tag => 'label', :class => 'form-label' do |form_label| form_label.wrapper :tag => 'span', :class => 'text' do |label| label.use :label_text end form_label.wrapper :tag => 'span', :class => 'sign' do |hint| hint.use :hint end end form_box.wrapper :tag => 'div', :class => 'input-holder' do |input_holder| input_holder.use :input, :class => 'form-input' end end #config.wrappers :rademade_login, :tag => 'div', :class => 'form-box' do |form_box| # form_box.use :html5 # form_box.use :input, :class => 'form-input' # form_box.wrapper :tag => 'label', :class => 'form-label' do |form_label| # form_label.wrapper :tag => 'i', :class => 'glyphicon glyphicon-user' do # # end # end #end end
Version data entries
10 entries across 10 versions & 1 rubygems