I have this code
- value="true"
- if (value)
p yes #if the condition is true I want to insert a glyphicon. (<i class="fa fa-check-circle"></i>)
- else
p no
How to convert it into condition? <i class="fa fa-check-circle"></i> : <i class="fa fa-times-circle"></i>
But this is causing error!
` element? If so should the `i` be inside it too?
– matt Feb 28 '14 at 19:00