mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 05:25:50 +01:00
Remove unnecessary commented code.
This commit is contained in:
@@ -39,15 +39,3 @@ object helpers {
|
||||
.replaceAll("(^|\\W)([a-f0-9]{40})(\\W|$)", "$1<a href=\"%s/%s/%s/commit/$2\">$2</a>$3").format(context.path, repository.owner, repository.name))
|
||||
|
||||
}
|
||||
|
||||
///**
|
||||
// * Provides implicit conversions for Twirl templates.
|
||||
// */
|
||||
//object implicits {
|
||||
//
|
||||
// implicit def extendsHtmlSeq(seq: Seq[Html]) = new {
|
||||
// def mkHtml(separator: String) = Html(seq.mkString(separator))
|
||||
// def mkHtml(separator: scala.xml.Elem) = Html(seq.mkString(separator.toString))
|
||||
// }
|
||||
//
|
||||
//}
|
||||
Reference in New Issue
Block a user