| <span tooltip="Vote Needed" | |
| class="glyphicon glyphicon-exclamation-sign" | |
| style="color:#009;" ng-if="{{row.getProperty('need_vote')}}"></span> | |
| <span tooltip="Vote Needed" | |
| class="glyphicon glyphicon-exclamation-sign" | |
| style="color:#ddd;" ng-if="!{{row.getProperty('need_vote')}}"></span> | |
| <span tooltip="Comments" | |
| class="glyphicon glyphicon-exclamation-sign" | |
| style="color:#e0a02d;" ng-if="{{row.getProperty('has_comment')}}"></span> | |
| <span tooltip="Comments" | |
| class="glyphicon glyphicon-exclamation-sign" | |
| style="color:#ddd;" ng-if="!{{row.getProperty('has_comment')}}"></span> | |
| <span tooltip="Stale Application" | |
| class="glyphicon glyphicon-exclamation-sign" | |
| style="color:#900;" ng-if="{{row.getProperty('is_stale')}}"></span> | |
| <span tooltip="Stale Application" | |
| class="glyphicon glyphicon-exclamation-sign" | |
| style="color:#ddd;" ng-if="!{{row.getProperty('is_stale')}}"></span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment