engine/app/views/locomotive/sites/_domains.html.haml

22 lines
532 B
Plaintext

%script{ :type => 'text/html', :id => 'domains_list' }
%ul
.new-entry
%em http://
= text_field_tag 'domain', '', :id => '', :placeholder => t('formtastic.hints.site.domain_name')
%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 => ''
{{#if error}}
%span.inline-errors {{error}}
{{/if}}
%span.actions
= link_to 'x', '#', :class => 'remove'