mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-9950 improve review tool
X-SVN-Rev: 34500
This commit is contained in:
parent
a501719673
commit
bf88d592b3
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue