11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
|
%script{ :type => 'text/html', :id => 'domain_entry' }
|
||
|
|
||
|
%em
|
||
|
http://
|
||
|
= text_field_tag 'site[domains][]', '{{name}}', :class => 'string label void domain'
|
||
|
|
||
|
{{#if error}}
|
||
|
%span.inline-errors {{error}}
|
||
|
{{/if}}
|
||
|
%span.actions
|
||
|
= link_to 'x', '#', :class => 'remove'
|