fix an ui bug when adding/modifying domains

This commit is contained in:
dinedine 2010-09-15 18:39:51 +02:00
parent 962c04a615
commit 0f8a1731d3

View File

@ -23,7 +23,7 @@
%li{ :class => "item added #{'last' if index == @site.domains.size - 1}"}
%em
http://
= text_field_tag 'site[domains][]', name
= text_field_tag 'current_site[domains][]', name
 
= error_on_domain(@site, name)
%span.actions