Sha256: 70c74d905fc88954780da6a7185ee77405450c8fd27173ac5e61190c38df64c6

Contents?: true

Size: 721 Bytes

Versions: 6

Compression:

Stored size: 721 Bytes

Contents

- content_for :head do
  = render '/locomotive/content_assets/picker'

- content_for :backbone_view_data do
  :plain
    content_entry: #{@content_entry.to_json}

= f.inputs :name => :attributes do
  - @content_type.ordered_entries_custom_fields.each_with_index do |field, index|
    = render "locomotive/custom_fields/types/#{field.type}",
      :f            => f,
      :name         => field.name.to_sym,
      :field        => field,
      :highlighted  => field._id == @content_type.label_field_id

= f.inputs :name => :advanced_options, :class => "inputs foldable #{'folded' if inputs_folded?(@content_entry)}" do

  = f.input :_slug
  = f.input :seo_title
  = f.input :meta_keywords
  = f.input :meta_description

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc7 app/views/locomotive/content_entries/_form.html.haml
locomotive_cms-2.0.0.rc6 app/views/locomotive/content_entries/_form.html.haml
locomotive_cms-2.0.0.rc5 app/views/locomotive/content_entries/_form.html.haml
locomotive_cms-2.0.0.rc4 app/views/locomotive/content_entries/_form.html.haml
locomotive_cms-2.0.0.rc2 app/views/locomotive/content_entries/_form.html.haml
locomotive_cms-2.0.0.rc1 app/views/locomotive/content_entries/_form.html.haml