2692c9c8f195b7fe586fb96761ed658578cc2e3e
[nit.git] / share / nitweb / views / propdef.html
1 <div class='container-fluid'>
2
3 <div class='page-header'>
4 <h2><entity-signature mentity='mentity'/></h2>
5 <entity-link mentity='mentity.mpackage' />
6 :: <entity-link mentity='mentity.mmodule' />
7 :: <entity-link mentity='mentity.mclassdef' />
8 :: {{mentity.name}}
9 </div>
10
11 <ul class='nav nav-tabs'>
12 <li class='warning'>
13 <a href='{{mentity.mproperty.web_url}}'>
14 <span class='glyphicon glyphicon-chevron-left'/> Go to property
15 </a>
16 </li>
17 </ul>
18 </div>