1
0
Fork 0
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:
Evan Priestley 2013-02-14 07:25:47 -08:00
commit dea1a9585c

View file

@ -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');