Sha256: dd27803ce4ab122ec12228323994d4c7320b035977ed41e16d9c3ccbefdd9d72

Contents?: true

Size: 583 Bytes

Versions: 26

Compression:

Stored size: 583 Bytes

Contents

%script{ type: 'text/html', id: 'domains_list' }

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

  %ul

  %hr

  .new-entry
    %em http://
    = text_field_tag 'domain', '', id: '', placeholder: t('formtastic.hints.site.domain_name'), class: 'path'

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

%script{ type: 'text/html', id: 'domain_entry' }

  %em http://
  = text_field_tag 'site[domains][]', '{{name}}', id: '', class: 'path'

  %span.actions
    = link_to_icon :trash, '#', title: t('locomotive.buttons.delete'), class: 'remove'

Version data entries

26 entries across 26 versions & 1 rubygems

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