Merge pull request #1646 from tschaub/example-index
Remove unused classes info.
This commit is contained in:
@@ -194,11 +194,10 @@
|
|||||||
<div id="template">
|
<div id="template">
|
||||||
<div class="span4 example" jugl:repeat="example examples">
|
<div class="span4 example" jugl:repeat="example examples">
|
||||||
<a jugl:attributes="href example.link" class="mainlink">
|
<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>
|
<small jugl:content="'(' + example.example + ')'"></small>
|
||||||
</a>
|
</a>
|
||||||
<p><div jugl:content="example.shortdesc"></div></p>
|
<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>
|
<p><small jugl:content="'tags: ' + example.tags"></small></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user