在 playframework 中,`inputText` html 助手的源代码在哪里?

In playframework, where is the source code for `inputText` html helper?

我想对 forms 使用 html.helper 中的 inputText 方法。

Online Document for inputText

当我想看看它是如何生成HTML代码时,我找不到它的源代码,因为他们网站中嵌入的源代码link是无效的:https://github.com/playframework/playframework/tree/2.3.x/framework/src/play/target/scala-2.10/twirl/main/views/html/helper/inputText.template.scala

有人知道它的源代码在哪里吗?

在 "src" 目录中,而不是 "target": https://github.com/playframework/playframework/blob/master/framework/src/play/src/main/scala/views/helper/inputText.scala.html