Merge: Added contributing guidelines and link from readme
[nit.git] / share / nitweb / directives / entity / location.html
1 <span ng-if='mentity.location'>
2 <a ng-href="{{mentity.web_url}}">{{mentity.location.file}}
3 <span ng-if='mentity.location.line_start'>:{{mentity.location.line_start}}</span>
4 </a>
5 </span>