Merge: Added contributing guidelines and link from readme
[nit.git] / share / nitweb / directives / entity / doc.html
1 <div class='card' ng-if='mentity.mdoc'>
2 <div class='card-body'>
3 <div ng-bind-html='mentity.mdoc.html_documentation'></div>
4 </div>
5 </div>