Sha256: c36af441b7c48a513f8becd254891e5991f44b73db9548f351231946967583db
Contents?: true
Size: 580 Bytes
Versions: 2
Compression:
Stored size: 580 Bytes
Contents
module Repres::Bootstrap::FormHelper def bootstrap_form_field(options = {}) render partial: 'repres/bootstrap/form_field', locals: { options: options } end def bootstrap_form_select_box(options = {}) render partial: 'repres/bootstrap/form_select_box', locals: { options: options } end def bootstrap_form_check_box(options = {}) render partial: 'repres/bootstrap/form_check_box', locals: { options: options } end def bootstrap_form_radio_box(options = {}) render partial: 'repres/bootstrap/form_radio_box', locals: { options: options } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
repres-bootstrap-1.9 | app/helpers/repres/bootstrap/form_helper.rb |
repres-bootstrap-1.8 | app/helpers/repres/bootstrap/form_helper.rb |