ICU-9950 improve review tool

X-SVN-Rev: 34500
This commit is contained in:
Steven R. Loomis 2013-10-01 00:38:52 +00:00
parent a501719673
commit bf88d592b3

View file

@ -92,8 +92,8 @@ class ReviewModule(Component):
else:
str = ' %d commits.' % len(revs)
href = req.href.review(req.args['ticket'])
a = tag.a('Review', href=href)
li = tag.li(a + str)
a = tag.a('Review' + str, href=href)
li = tag.li(a)
els.append(li)
ul = tag.ul(els, class_='review')