(refs #810)Some fix about pull request

This commit is contained in:
Naoki Takezoe
2015-07-28 11:12:11 +09:00
parent ed05422ea8
commit 96a3f2c301
4 changed files with 15 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
@(condition: => Boolean)
@if(condition){
<i class="octicon octicon-check active"></i>
<i class="icon-ok"></i>
} else {
<i class="octicon"></i>
<i class="icon-white"></i>
}