Sha256: 1da2a7aaa22344d1694b59a8d53aad2557e06ba562c55726564f72aa2e730470

Contents?: true

Size: 571 Bytes

Versions: 11

Compression:

Stored size: 571 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 'x', '#', :class => 'remove'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc12 app/views/locomotive/sites/_domains.html.haml
locomotive_cms-2.0.0.rc11 app/views/locomotive/sites/_domains.html.haml
locomotive_cms-2.0.0.rc10 app/views/locomotive/sites/_domains.html.haml
locomotive_cms-2.0.0.rc9 app/views/locomotive/sites/_domains.html.haml
locomotive_cms-2.0.0.rc8 app/views/locomotive/sites/_domains.html.haml
locomotive_cms-2.0.0.rc7 app/views/locomotive/sites/_domains.html.haml
locomotive_cms-2.0.0.rc6 app/views/locomotive/sites/_domains.html.haml
locomotive_cms-2.0.0.rc5 app/views/locomotive/sites/_domains.html.haml
locomotive_cms-2.0.0.rc4 app/views/locomotive/sites/_domains.html.haml
locomotive_cms-2.0.0.rc2 app/views/locomotive/sites/_domains.html.haml
locomotive_cms-2.0.0.rc1 app/views/locomotive/sites/_domains.html.haml