Sha256: 937f008a0a1f6714b97a235eef489bb6f42e7a5eff9da217255e88bc184adfe3
Contents?: true
Size: 651 Bytes
Versions: 8
Compression:
Stored size: 651 Bytes
Contents
{% block content %} <h1> {%- if doc.title -%} {$ doc.title $} {%- elif doc.moduleName -%} {$ doc.groupType | title $} components in {$ doc.moduleName | code $} {%- else -%} Pages {%- endif -%} </h1> {$ doc.description | marked $} <div class="component-breakdown"> <div> <table class="definition-table"> <tr> <th>Name</th> <th>Description</th> </tr> {% for page in doc.components %} <tr> <td>{$ page.id | link(page.name, page) $}</td> <td>{$ page.description | firstParagraph | marked $}</td> </tr> {% endfor %} </table> </div> </div> {% endblock %}
Version data entries
8 entries across 8 versions & 1 rubygems