[imp]:improve some code

bzr revid: sunilsharma.sharma07@gmail.com-20140312122228-lxh5oqenkddkhtq2
This commit is contained in:
Sunil Sharma (OpenERP) 2014-03-12 17:52:28 +05:30
parent 371333bd52
commit e17bb59dd0
1 changed files with 3 additions and 3 deletions

View File

@ -373,9 +373,9 @@
votes
</div>
</div>
<div class="text-muted" id="correct">
<a href="" t-attf-id="#{answer.id}" t-if="answer.correct" class="fa fa-2x fa-check oe_answer_true"/>
<a href="" t-attf-id="#{answer.id}" t-if="not answer.correct" class="fa fa-2x fa-check oe_answer_false"/>
<div class="text-muted">
<a t-attf-id="#{answer.id}" t-if="answer.correct" class="fa fa-2x fa-check oe_answer_true"/>
<a t-attf-id="#{answer.id}" t-if="not answer.correct" class="fa fa-2x fa-check oe_answer_false"/>
</div>
</div>
<div style="margin-left: 95px;" class="clearfix">