mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 09:22:40 +01:00
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:
parent
1536b8a19c
commit
98ee24bc10
1 changed files with 4 additions and 1 deletions
|
@ -62,7 +62,10 @@ final class DiffusionRepositoryController extends DiffusionController {
|
|||
$all = phutil_render_tag(
|
||||
'a',
|
||||
array(
|
||||
'href' => "/diffusion/{$callsign}/history/",
|
||||
'href' => $drequest->generateURI(
|
||||
array(
|
||||
'action' => 'history',
|
||||
)),
|
||||
),
|
||||
'View Full Commit History');
|
||||
|
||||
|
|
Loading…
Reference in a new issue