mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 01:02:42 +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(
|
$all = phutil_tag(
|
||||||
'a',
|
'a',
|
||||||
array(
|
array(
|
||||||
'href' => "/diffusion/{$callsign}/history/",
|
'href' => $drequest->generateURI(
|
||||||
|
array(
|
||||||
|
'action' => 'history',
|
||||||
|
)),
|
||||||
),
|
),
|
||||||
'View Full Commit History');
|
'View Full Commit History');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue