There was an error while loading. Please reload this page.
1 parent e773054 commit 198431cCopy full SHA for 198431c
_includes/collection_table.html
@@ -9,6 +9,9 @@
9
{% endif %}
10
<style>
11
ul { padding: 5px; }
12
+ td { word-wrap: break-word; }
13
+ .refnote { font-size: smaller; }
14
+}
15
</style>
16
17
<table style="font-size: 16px">
@@ -33,11 +36,14 @@
33
36
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/{{ app.badge }}">
34
37
35
38
</td>
- <td nowrap="nowrap">
39
+ <td>
40
{% if app.references %}
41
<ul>
42
{% for ref in app.references %}
- <li> <a href="{{ ref.url }}">{{ ref.name | capitalize }}</a> </li>
43
+ <li> <a href="{{ ref.url }}">{{ ref.name | capitalize }} - {{ref.summary}}</a> </li>
44
+ {% if ref.note %}
45
+ <span class="refnote">{{ ref.note }}</span>
46
+ {% endif %}
47
{% endfor %}
48
</ul>
49
0 commit comments