diff --git a/app/controllers/asks_controller.rb b/app/controllers/asks_controller.rb index 5e9b07b..b78afef 100644 --- a/app/controllers/asks_controller.rb +++ b/app/controllers/asks_controller.rb @@ -266,7 +266,7 @@ class AsksController < ActionController::Base when 'phone' f1['content'] = text_field_tag(field_name,nil,placeholder:t("#{tmp}.#{field}")) when 'appointment' - f1['content'] = "
#{text_field_tag(field_name,placeholder:t("#{tmp}.#{field}"))}
" + f1['content'] = "
#{text_field_tag(field_name,nil,placeholder:t("#{tmp}.#{field}"))}
" end f1 end