Sha256: fdcbbdbda987465f79054161ebc5fc3b7067f98e5c2bc4db36e9a8eb2f3ba67e

Contents?: true

Size: 1.14 KB

Versions: 4

Compression:

Stored size: 1.14 KB

Contents

- if field.ui_enabled?
  - target_content_type = Locomotive::ContentType.class_name_to_content_type(field.class_name, current_site)

  = f.input       name.to_sym,
    :label        => field.label,
    :hint         => field.hint,
    :as           => :'Locomotive::Empty',
    :wrapper_html => { :id => "content_entry_#{name}_input", :class => 'empty relationship input' }

  - content_for :head do

    %script{ :type => 'text/html', :id => "#{name}_list" }

      %p.empty{ :style => 'display: none' }!= t('.empty')

      %ul

      %hr

      .new-entry

        = select_tag 'entry', []

        %span.actions
          = link_to t('locomotive.buttons.new_item'), '#', :class => 'add'

    %script{ :type => 'text/html', :id => "#{name}_entry" }
      %li
        .handle.col
          = image_tag 'locomotive/form/icons/drag.png'

        .label.col
          {{label}}

        %span.actions
          = link_to 'x', '#', :class => 'remove', :data => { :confirm => t('locomotive.messages.confirm') }


  - content_for :backbone_view_data do
    :plain
      , all_#{name}_entries: #{j target_content_type.list_or_group_entries.to_json(:depth => 1).html_safe}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc12 app/views/locomotive/custom_fields/types/_many_to_many.html.haml
locomotive_cms-2.0.0.rc11 app/views/locomotive/custom_fields/types/_many_to_many.html.haml
locomotive_cms-2.0.0.rc10 app/views/locomotive/custom_fields/types/_many_to_many.html.haml
locomotive_cms-2.0.0.rc9 app/views/locomotive/custom_fields/types/_many_to_many.html.haml