mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 13:35:50 +01:00
(refs #464)Add Fragment rendering support for Ajax
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import java.sql.PreparedStatement
|
||||
import play.twirl.api.Html
|
||||
import util.ControlUtil._
|
||||
import scala.collection.mutable.ListBuffer
|
||||
|
||||
package object plugin {
|
||||
|
||||
case class Redirect(path: String)
|
||||
case class Fragment(html: Html)
|
||||
|
||||
object db {
|
||||
// TODO labelled place holder support
|
||||
|
||||
Reference in New Issue
Block a user