Sha256: 8c1ace1ffb2515ced325dbf020e29f65c7bf92d944314eee9085a067273ff16c
Contents?: true
Size: 423 Bytes
Versions: 6
Compression:
Stored size: 423 Bytes
Contents
.box-wrapper #edit-custom-field %h2= t('.title') = form_tag '#', :class => 'formtastic' do = fields_for CustomFields::Field.new, :builder => Formtastic::SemanticFormHelper.builder do |g| = g.inputs :name => :attributes do = g.input :_alias = g.input :hint = g.input :text_formatting, :as => 'select', :collection => options_for_text_formatting, :include_blank => false
Version data entries
6 entries across 6 versions & 1 rubygems