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

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