Newer
Older
gitbucket_jkp / src / main / twirl / helper / checkicon.scala.html
@takezoe takezoe on 3 Jul 2013 106 bytes Add check icon to pulldown.
@(condition: => Boolean)
@if(condition){
  <i class="icon-ok"></i>
} else {
  <i class="icon-white"></i>
}