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:
@@ -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');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user