Newer
Older
gitbucket_jkp / src / main / twirl / issues / labellist.scala.html
@shimamoto shimamoto on 2 Jul 2013 160 bytes Split the issue labels.
@(issueLabels: List[model.Label])
@issueLabels.map { label =>
  <li><span class="label" style="background-color: #@label.color;">@label.labelName</span></li>
}