app/views/users/welcome_about.html.haml in community_engine-2.0.0.beta3 vs app/views/users/welcome_about.html.haml in community_engine-2.0.0
- old
+ new
@@ -49,10 +49,13 @@
.yui-u
-box :class => "alt" do
%h3= :tag_yourself.l
= text_field_tag 'tag_list', @user.tag_list, {:autocomplete => "off"}
#tag_list_auto_complete.auto_complete/
- = auto_complete_field 'tag_list', {:url => { :controller => "tags", :action => 'auto_complete_for_tag_name'}, :tokens => [','] }
+
+ -content_for :end_javascript do
+ = auto_complete_field 'tag_list', {:url => { :controller => "tags", :action => 'auto_complete_for_tag_name'}, :tokens => [','] }
+
%br
%small
=:comma_separated_keywords_that_describe_you.l
%br
=:you_could_tag_yourself.l