Newer
Older
GitBucket / src / main / twirl / gitbucket / core / helper / checkicon.scala.html
@Antoine GIRARD Antoine GIRARD on 4 Mar 2015 124 bytes Moved to octicon
@(condition: => Boolean)
@if(condition){
  <i class="octicon octicon-check active"></i>
} else {
  <i class="octicon"></i>
}