link to backend icons

This commit is contained in:
Romain Bignon 2011-04-10 19:07:05 +02:00
commit be7bc2e8cb

View file

@ -265,8 +265,8 @@ h2. Attendees
else: else:
status = ' ' status = ' '
s += u""" s += u"""
|=.!/img/weboob/%s.png! |=.!/img/weboob/%s.png!:/projects/weboob/wiki/%s
[[%s]]|[[%s]]|%s|""" % (task.backend.lower(), task.backend, task.capability, status) [[%s]]|[[%s]]|%s|""" % (task.backend.lower(), task.backend, task.backend, task.capability, status)
s += '\n\n' s += '\n\n'
self.content.content = s self.content.content = s