From 9ea7fb8955c2d5887b8c00a1002316c25350e9c1 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 7 Dec 2010 12:56:35 -0600 Subject: Add repo name to recent updates package tooltip Should handle the suggestion/question in FS#11078 in the easiest way possible. Signed-off-by: Dan McGee --- templates/public/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/public/index.html b/templates/public/index.html index c060449c..c903b232 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -27,8 +27,10 @@

A simple, lightweight distribution

Our strong community is diverse and helpful, and we pride ourselves on the range of skillsets and uses for Arch that stem from it. Please check out our forums - and mailing lists - to get your feet wet. Also glance through our wiki + and mailing lists + to get your feet wet. Also glance through our wiki if you want to learn more about Arch.

Recent Updates ( - {{ fpkg.pkgname }} {{ fpkg.pkgver }}-{{ fpkg.pkgrel }} + {{ fpkg.pkgname }} {{ fpkg.pkgver }}-{{ fpkg.pkgrel }} {% for pkg in update %}{{ pkg.arch }}{% if not forloop.last %}/{% endif %}{% endfor %} + title="Details for {{ pkg.pkgname }} [{{ pkg.repo|lower }}]">{{ pkg.arch }}{% if not forloop.last %}/{% endif %}{% endfor %} {% endwith %} -- cgit v1.2.3-54-g00ecf