diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index d6d024e60..72ee9010f 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -76,11 +76,7 @@ <%= f.input :enable_recent_searches, :as => :select, :collection => [["No", "false"], ["Yes", "true"]], :include_blank => false %> -
- - - A list of tags that you use often. They will appear when using the list of Related Tags. -
+ <%= f.input :favorite_tags, :label => "Frequent tags", :hint => "A list of tags that you use often. They will appear when using the list of Related Tags.", :input_html => { :rows => 5 } %>