mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 07:12:41 +01:00
Merge pull request #237 from dmrenie/master
Fix 'View Full Commit History' link
This commit is contained in:
commit
dea1a9585c
1 changed files with 4 additions and 1 deletions
|
@ -63,7 +63,10 @@ final class DiffusionRepositoryController extends DiffusionController {
|
|||
$all = phutil_tag(
|
||||
'a',
|
||||
array(
|
||||
'href' => "/diffusion/{$callsign}/history/",
|
||||
'href' => $drequest->generateURI(
|
||||
array(
|
||||
'action' => 'history',
|
||||
)),
|
||||
),
|
||||
'View Full Commit History');
|
||||
|
||||
|
|
Loading…
Reference in a new issue