diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index de5e29eff..f5395acdf 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -105,7 +105,12 @@ module ApplicationHelper def search_field(method, options = {}) name = options[:label] || method.titleize - raw '
' + string = '' + options[:hint] + '
' + end + string += '