The examples don't provide information on classes used

This commit is contained in:
Tim Schaub
2014-02-05 20:17:50 -07:00
parent ef200e8b03
commit 336ee808de

View File

@@ -194,11 +194,10 @@
<div id="template">
<div class="span4 example" jugl:repeat="example examples">
<a jugl:attributes="href example.link" class="mainlink">
<strong><span jugl:replace="example.title">title</span></strong>
<strong><span jugl:replace="example.title">title</span></strong><br>
<small jugl:content="'(' + example.example + ')'"></small>
</a>
<p><div jugl:content="example.shortdesc"></div></p>
<p><div jugl:content="example.classes"></div></p>
<p><small jugl:content="'tags: ' + example.tags"></small></p>
</div>
</div>