Modified broken challenge icon to cause cursor to show item as clickable

This commit is contained in:
hairlessbear 2015-07-01 18:00:49 -04:00
parent 6e5f741e4a
commit ebbc6666a6

View file

@ -36,7 +36,7 @@
//challenges
span(ng-if='task.challenge.id')
span(ng-if='task.challenge.broken')
span.glyphicon.glyphicon-bullhorn(style='background-color:red;', ng-click='task._editing = true', tooltip=env.t('brokenChaLink') tooltip-placement='right')
a.glyphicon.glyphicon-bullhorn(style='background-color:red;', ng-click='task._editing = true', tooltip=env.t('brokenChaLink') tooltip-placement='right')
|  
span(ng-if='!task.challenge.broken')
span.glyphicon.glyphicon-bullhorn(tooltip=env.t('challenge'))