summaryrefslogtreecommitdiff
path: root/security/index.html
diff options
context:
space:
mode:
authorJoseph Bisch <joseph.bisch@gmail.com>2017-06-05 16:29:20 -0400
committerAilin Nemui <ailin@z30a.localdomain>2017-06-08 19:04:30 +0200
commit6dfcd4ac349313ee607cd55f07e0d5edaf812b6e (patch)
treeee43aad21a1c269f114e3231a36b8fd4a2b19b18 /security/index.html
parent10c84653d869802af46e7aa93dd7d8548be6e4e2 (diff)
downloadirssi.github.io-6dfcd4ac349313ee607cd55f07e0d5edaf812b6e.zip
Move git link on security page to the links heading
Diffstat (limited to 'security/index.html')
-rw-r--r--security/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/index.html b/security/index.html
index 8119fda..9526e49 100644
--- a/security/index.html
+++ b/security/index.html
@@ -27,13 +27,11 @@ categories: [ _nav ]
{% for link in values.external_links %}
<div><a href="{{ link.url }}">{{ link.id }}</a></div>
{% endfor %}
+ <div><a href="https://github.com/irssi/{% if values.repo %}{{ values.repo }}{% else %}irssi{% endif %}/commit/{{ values.git_commit }}">git commit (fix)</a></div>
</td>
<td>{{ values.affected_versions }}</td>
<td>
{{ values.fixed_version }}
- <a href="https://github.com/irssi/{% if values.repo %}{{ values.repo }}{% else %}irssi{% endif %}/commit/{{ values.git_commit }}">
- (git)
- </a>
</td>
<td>{{ values.exploitable_by }}</td>
<td>{{ values.description }}</td>