Merge: Added contributing guidelines and link from readme
[nit.git] / share / nitweb / directives / entity / tag.html
1 <span class="glyphicon glyphicon-tag" ng-class='{
2 "text-success": mentity.visibility == "public",
3 "text-warning": mentity.visibility == "protected",
4 "text-danger": mentity.visibility == "private",
5 }' />