Fix 'View Full Commit History' link to link to the history for the current branch rather than the default branch

This commit is contained in:
David Renie
2012-12-03 18:23:33 -08:00
parent 1536b8a19c
commit 98ee24bc10

View File

@@ -62,7 +62,10 @@ final class DiffusionRepositoryController extends DiffusionController {
$all = phutil_render_tag( $all = phutil_render_tag(
'a', 'a',
array( array(
'href' => "/diffusion/{$callsign}/history/", 'href' => $drequest->generateURI(
array(
'action' => 'history',
)),
), ),
'View Full Commit History'); 'View Full Commit History');