Sha256: 8010449eed626a03e8d2cde140d5bf6ebf97563389b70f545890c52dc3dd0a9e

Contents?: true

Size: 301 Bytes

Versions: 6

Compression:

Stored size: 301 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 => :information do
          = g.input :_alias
          = g.input :hint

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
locomotive_cms-0.0.2.5 app/views/admin/custom_fields/_edit_field.html.haml
locomotive_cms-0.0.2.4 app/views/admin/custom_fields/_edit_field.html.haml
locomotive_cms-0.0.2.3 app/views/admin/custom_fields/_edit_field.html.haml
locomotive_cms-0.0.2.2 app/views/admin/custom_fields/_edit_field.html.haml
locomotive_cms-0.0.2.1 app/views/admin/custom_fields/_edit_field.html.haml
locomotive_cms-0.0.2 app/views/admin/custom_fields/_edit_field.html.haml