fix an ui bug when adding/modifying domains
This commit is contained in:
parent
962c04a615
commit
0f8a1731d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user