aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/index.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-06-12 21:47:10 +0000
committerNicolas Vigier <boklm@mageia.org>2013-06-12 21:47:10 +0000
commitd69e518feba786a8ef25b19d8898eb853c51d94e (patch)
treeed44cae093d077c94ab0776f169419fdbfec888b /tmpl/index.html
parent52b02218d8804e66d83db517fcaadd45d9d857a7 (diff)
downloadmgaadvisories-d69e518feba786a8ef25b19d8898eb853c51d94e.tar
mgaadvisories-d69e518feba786a8ef25b19d8898eb853c51d94e.tar.gz
mgaadvisories-d69e518feba786a8ef25b19d8898eb853c51d94e.tar.bz2
mgaadvisories-d69e518feba786a8ef25b19d8898eb853c51d94e.tar.xz
mgaadvisories-d69e518feba786a8ef25b19d8898eb853c51d94e.zip
Add %basename variable
Diffstat (limited to 'tmpl/index.html')
-rw-r--r--tmpl/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/index.html b/tmpl/index.html
index f084cc8..bb1691f 100644
--- a/tmpl/index.html
+++ b/tmpl/index.html
@@ -8,7 +8,7 @@
<h1>Mageia Advisories</h1>
<ul>
[%- FOREACH adv IN advdb.advisories.keys.sort.reverse -%]
- <li><a href="[% adv %].html">[% adv %]</a>: [% advdb.advisories.$adv.subject %]</li>
+ <li><a href="[% basename.ID(adv) %].html">[% adv %]</a>: [% advdb.advisories.$adv.subject %]</li>
[%- END -%]
</ul>
<h1>Older Advisories</h1>