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

Version Path
locomotive_cms-0.0.3.3 app/views/admin/custom_fields/_edit_field.html.haml
locomotive_cms-0.0.3.1 app/views/admin/custom_fields/_edit_field.html.haml
locomotive_cms-0.0.2.9 app/views/admin/custom_fields/_edit_field.html.haml
locomotive_cms-0.0.2.8 app/views/admin/custom_fields/_edit_field.html.haml
locomotive_cms-0.0.2.7 app/views/admin/custom_fields/_edit_field.html.haml
locomotive_cms-0.0.2.6 app/views/admin/custom_fields/_edit_field.html.haml