Sha256: 8aa17b0730137e49f781f9bb9886963466f5029fe1e08151ae1cac9fb942817b

Contents?: true

Size: 504 Bytes

Versions: 3

Compression:

Stored size: 504 Bytes

Contents

%script{ :type => 'text/html', :id => 'select_options_list' }

  %ul{ :'data-prompt' => t('locomotive.custom_fields.form.select_options.ask_name') }

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


%script{ :type => 'text/html', :id => 'select_option_entry' }

  %li.entry
    %span.name {{name}}

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

Version data entries

3 entries across 3 versions & 1 rubygems

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