aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-04-03 11:41:14 +0200
committerAlex Legler <alex@a3li.li>2015-04-03 11:41:14 +0200
commitad0d3a02011105b5eba30833395989329bd3def1 (patch)
tree7fe47558e8e72b8691d9fdeda7e23a268903d640 /_includes/frontpage
parentLink the Logo to / (diff)
downloadwww-ad0d3a02011105b5eba30833395989329bd3def1.tar.gz
www-ad0d3a02011105b5eba30833395989329bd3def1.tar.bz2
www-ad0d3a02011105b5eba30833395989329bd3def1.zip
Display 'GLSA' before the GLSA IDs after all.
We can spare those few pixels.
Diffstat (limited to '_includes/frontpage')
-rw-r--r--_includes/frontpage/glsa2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/frontpage/glsa b/_includes/frontpage/glsa
index 2ded8e1..7f20a5b 100644
--- a/_includes/frontpage/glsa
+++ b/_includes/frontpage/glsa
@@ -1,7 +1,7 @@
<table class="table table-striped">
{% for advisory in site.data.glsa limit:5 %}
<tr>
- <td title="GLSA ID">{{ advisory.id }}</td>
+ <td>GLSA {{ advisory.id }}</td>
<td><a href="{{ advisory.uri }}">{{ advisory.title }}</a></td>
<td class="text-right">
{% if advisory.severity == 'high' %}