Sha256: effc7da7a14a64cefac955d281d281db6d4160f4a1bf8ba901af7d0b0f4c5fcd

Contents?: true

Size: 490 Bytes

Versions: 26

Compression:

Stored size: 490 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_icon :move, '#', class: 'drag'
      = link_to_icon :trash, '#', class: 'remove', data: { confirm: t('locomotive.messages.confirm') }

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.5.6 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.5.6.rc2 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.5.6.rc1 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.5.5 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.5.4 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.5.3 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.5.2 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.5.1 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.5.0 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.5.0.rc3 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.5.0.rc2 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.5.0.rc1 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.4.1 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.4.0 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.3.1 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.3.0 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.2.3 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.2.2 app/views/locomotive/custom_fields/_select_templates.html.haml
locomotive_cms-2.2.1 app/views/locomotive/custom_fields/_select_templates.html.haml