Show More
@@ -448,6 +448,16 b'' | |||||
448 | onclick="$('.compare_select').hide();$('.compare_select_hidden').show(); return false"> |
|
448 | onclick="$('.compare_select').hide();$('.compare_select_hidden').show(); return false"> | |
449 | ${_ungettext('Collapse %s commit','Collapse %s commits', len(c.commit_ranges)) % len(c.commit_ranges)} |
|
449 | ${_ungettext('Collapse %s commit','Collapse %s commits', len(c.commit_ranges)) % len(c.commit_ranges)} | |
450 | </a> |
|
450 | </a> | |
|
451 | <% | |||
|
452 | range_commit_id = '{}...{}'.format(c.commit_ranges[-1].raw_id, c.commit_ranges[0].raw_id) | |||
|
453 | %> | |||
|
454 | <a | |||
|
455 | class="btn" | |||
|
456 | href="${request.route_path('repo_commit', repo_name=c.source_repo.repo_name, commit_id=range_commit_id)}" | |||
|
457 | > | |||
|
458 | ${_('Show range diff')} | |||
|
459 | </a> | |||
|
460 | ||||
451 | </div> |
|
461 | </div> | |
452 | </div> |
|
462 | </div> | |
453 |
|
463 |
General Comments 0
You need to be logged in to leave comments.
Login now