##// END OF EJS Templates
static logo for pypi readme serving
static logo for pypi readme serving

File last commit:

r72:3c69f25a
r190:225ca524 gh-pages
Show More
plugin_config.html
5 lines | 187 B | text/html | HtmlLexer
<div ng-repeat="tmpl in plugin_ctrlr.inclusions track by $index">
<div><strong>Plugin: {{tmpl.name}}</strong></div>
<ng-include src="tmpl.template"></ng-include>
<hr/>
</div>