fix error
This commit is contained in:
parent
96b601074b
commit
a992494eb3
|
@ -266,7 +266,7 @@ class AsksController < ActionController::Base
|
||||||
when 'phone'
|
when 'phone'
|
||||||
f1['content'] = text_field_tag(field_name,nil,placeholder:t("#{tmp}.#{field}"))
|
f1['content'] = text_field_tag(field_name,nil,placeholder:t("#{tmp}.#{field}"))
|
||||||
when 'appointment'
|
when 'appointment'
|
||||||
f1['content'] = "<div class=\"default_picker\">#{text_field_tag(field_name,placeholder:t("#{tmp}.#{field}"))}</div>"
|
f1['content'] = "<div class=\"default_picker\">#{text_field_tag(field_name,nil,placeholder:t("#{tmp}.#{field}"))}</div>"
|
||||||
end
|
end
|
||||||
f1
|
f1
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue