summaryrefslogtreecommitdiff
path: root/security/index.html
diff options
context:
space:
mode:
authorJoseph Bisch <joseph.bisch@gmail.com>2017-05-20 09:57:57 -0400
committerAilin Nemui <ailin@z30a.localdomain>2017-06-08 19:04:30 +0200
commitb1614a3a119f6ab68abda9217a7eb6e5ab1bd676 (patch)
tree495ac0618f660f595f57136e2c5af8e39d95c340 /security/index.html
parent6e9cc88ed745bb2016048d702499584a9e7a6975 (diff)
downloadirssi.github.io-b1614a3a119f6ab68abda9217a7eb6e5ab1bd676.zip
security: add description column
Diffstat (limited to 'security/index.html')
-rw-r--r--security/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/index.html b/security/index.html
index 5967534..95826c1 100644
--- a/security/index.html
+++ b/security/index.html
@@ -14,6 +14,7 @@ categories: [ _nav ]
<th>Release date</th>
<th>Git commit</th>
<th>Credit</th>
+ <th>Description</th>
</tr>
</thead>
<tbody>
@@ -33,6 +34,7 @@ categories: [ _nav ]
<td class="text-nowrap">{{ values.release_date }}</td>
<td><a href="https://github.com/irssi/{% if values.repo %}{{ values.repo }}{% else %}irssi{% endif %}/commit/{{ values.git_commit }}">{{ values.git_commit | truncate: 8, "" }}</a></td>
<td>{{ values.credit }}</td>
+ <td>{{ values.description }}</td>
</tr>
{% endfor %}
</tbody>