summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/index.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.erb b/views/index.erb
index 2d20c98..26d8ce5 100644
--- a/views/index.erb
+++ b/views/index.erb
@@ -30,7 +30,7 @@
</tr>
<% @ids[0..10].each do |id| %>
<tr>
- <th><a href="/glsa/<%= h id %>"><%= h id %></a></th>
+ <th><a href="/glsa/<%= h id %>">GLSA <%= h id %></a></th>
<td><%= h GLSARepository.instance[id].title %></td>
<td><%= h GLSARepository.instance[id].date %></td>
</tr>