##// END OF EJS Templates
project: initial commit
project: initial commit

File last commit:

r0:548a840d
r0:548a840d
Show More
search_type_ahead.html
7 lines | 322 B | text/html | HtmlLexer
<a>
<span class="tag" ng-show="match.model.tag">{{match.model.tag}}</span>
<span class="tag" ng-show="!match.model.tag">{{match.label}}</span>
<span ng-show="match.model.example">-</span> <span class="example">{{match.model.example}}</span>
<div class="description">{{match.model.description}}</div>
</a>