Show More
@@ -476,7 +476,8 b' def action_parser(user_log):' | |||
|
476 | 476 | repo_name=repo_name, revision=rev), |
|
477 | 477 | title=message(rev), class_='tooltip') |
|
478 | 478 | for rev in revs[revs_limit:revs_top_limit]])) |
|
479 | cs_links += compare_view | |
|
479 | if len(revs) > 1: | |
|
480 | cs_links += compare_view | |
|
480 | 481 | return cs_links |
|
481 | 482 | |
|
482 | 483 | def get_fork_name(): |
General Comments 0
You need to be logged in to leave comments.
Login now