05f8ccbcffeefadb825278320309dc0bc9e713d4
[nit.git] / share / nitweb / directives / entity / location.html
1 <span ng-if='mentity.location' class='text-muted'>
2 {{mentity.location.file}}
3 <span ng-if='mentity.location.line_start'>:{{mentity.location.line_start}}</span>
4 </span>