All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gitbucket.core.dashboard.html.issuesnavi.template.scala Maven / Gradle / Ivy

The newest version!

package gitbucket.core.dashboard.html

import _root_.play.twirl.api.TwirlFeatureImports._
import _root_.play.twirl.api.TwirlHelperImports._
import _root_.play.twirl.api.Html
import _root_.play.twirl.api.JavaScript
import _root_.play.twirl.api.Txt
import _root_.play.twirl.api.Xml

object issuesnavi extends _root_.play.twirl.api.BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable,_root_.play.twirl.api.Format[play.twirl.api.HtmlFormat.Appendable]](play.twirl.api.HtmlFormat) with _root_.play.twirl.api.Template6[String,String,Int,Int,gitbucket.core.service.IssuesService.IssueSearchCondition,gitbucket.core.controller.Context,play.twirl.api.HtmlFormat.Appendable] {

  /**/
  def apply/*1.2*/(active: String,
  filter: String,
  openCount: Int,
  closedCount: Int,
  condition: gitbucket.core.service.IssuesService.IssueSearchCondition)(implicit context: gitbucket.core.controller.Context):play.twirl.api.HtmlFormat.Appendable = {
    _display_ {
      {


Seq[Any](format.raw/*6.1*/("""




"""))
      }
    }
  }

  def render(active:String,filter:String,openCount:Int,closedCount:Int,condition:gitbucket.core.service.IssuesService.IssueSearchCondition,context:gitbucket.core.controller.Context): play.twirl.api.HtmlFormat.Appendable = apply(active,filter,openCount,closedCount,condition)(context)

  def f:((String,String,Int,Int,gitbucket.core.service.IssuesService.IssueSearchCondition) => (gitbucket.core.controller.Context) => play.twirl.api.HtmlFormat.Appendable) = (active,filter,openCount,closedCount,condition) => (context) => apply(active,filter,openCount,closedCount,condition)(context)

  def ref: this.type = this

}


              /*
                  -- GENERATED --
                  SOURCE: src/main/twirl/gitbucket/core/dashboard/issuesnavi.scala.html
                  HASH: 5f6144e6686846d95654a58f2adfbfc6ec93b65d
                  MATRIX: 697->1|988->199|1113->298|1174->339|1217->356|1234->365|1281->392|1335->420|1364->429|1425->463|1489->506|1533->523|1551->532|1601->561|1658->591|1690->602|1863->748|1902->749|1953->756|1989->765|2005->772|2031->777|2071->789|2099->795|2139->807|2158->816|2223->859|2326->935|2365->936|2416->943|2452->952|2468->959|2494->964|2534->976|2562->982|2600->992|2619->1001|2684->1044|2788->1121|2827->1122|2878->1129|2914->1138|2930->1145|2956->1150|2996->1162|3024->1168|3063->1179|3082->1188|3147->1231|3220->1276|3249->1277|3279->1280|3337->1310|3366->1311|3398->1316|3465->1356|3493->1357|3523->1360|3551->1361
                  LINES: 14->1|23->6|24->7|24->7|25->8|25->8|25->8|25->8|25->8|27->10|27->10|28->11|28->11|28->11|28->11|28->11|33->16|33->16|33->16|33->16|33->16|33->16|33->16|33->16|33->16|33->16|33->16|34->17|34->17|34->17|34->17|34->17|34->17|34->17|34->17|34->17|34->17|34->17|35->18|35->18|35->18|35->18|35->18|35->18|35->18|35->18|35->18|35->18|35->18|39->22|39->22|40->23|40->23|40->23|41->24|42->25|42->25|43->26|43->26
                  -- GENERATED --
              */
          




© 2015 - 2024 Weber Informatics LLC | Privacy Policy