We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f3583 commit 23f253dCopy full SHA for 23f253d
src/main/twirl/gitbucket/gist/commentform.scala.html
@@ -1,5 +1,4 @@
1
@(gist: gitbucket.gist.model.Gist)(implicit context: gitbucket.core.controller.Context)
2
-@import gitbucket.core.view.helpers
3
@if(context.loginAccount.isDefined){
4
<hr/><br/>
5
<form method="POST" validate="true" action="@context.path/gist/@gist.userName/@gist.repositoryName/_comment">
0 commit comments