diff options
author | Alex Legler <alex@a3li.li> | 2015-03-14 16:24:04 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-14 16:24:04 +0100 |
commit | 2959207f330852f4d3645d2f260f9cc52b438ecd (patch) | |
tree | a26ae7d6fe2284d8f9c11e714ae3c9c0561db539 | |
parent | Add reporting a vulnerability more prominent on index page (diff) | |
download | security-2959207f330852f4d3645d2f260f9cc52b438ecd.tar.gz security-2959207f330852f4d3645d2f260f9cc52b438ecd.tar.bz2 security-2959207f330852f4d3645d2f260f9cc52b438ecd.zip |
Prepend GLSA
-rw-r--r-- | views/index.erb | 2 |
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> |