diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-14 22:02:39 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-14 22:02:39 -0500 |
commit | a2db6164a890d91307cbfed6794776f4f17c4955 (patch) | |
tree | 610deaae4780da796aa6b466c4b20868306926b8 /templates/public | |
parent | 4c22dbf07b12b172d9662c8d809fe0fb7b616a2f (diff) | |
parent | d198137d718a5dfcaacedc3e2e3adf86c3192cd7 (diff) |
Merge commit 'd198137' (update)
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 2cfec9e2..dbc7c854 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -97,7 +97,7 @@ <table> {% for update in pkg_updates %} <tr> - <td class="pkg-name"><span class="{{ update.repo|lower }}">{{ update.pkgbase }} {{ update.version }}</span></td> + <td class="pkg-name"><span class="{{ update.classes|join:' ' }}">{{ update.pkgbase }} {{ update.version }}</span></td> <td class="pkg-arch"> {% for pkg in update.package_links %}<a href="{{ pkg.get_absolute_url }}" title="Details for {{ pkg.pkgname }} [{{ pkg.repo|lower }}]">{{ pkg.arch }}</a>{% if not forloop.last %}/{% endif %}{% endfor %} |