1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-20 13:52:40 +01:00

plug octocat icon to landing button

Test Plan: look at shiny button

Reviewers: epriestley, chad, #blessed_reviewers

Reviewed By: chad

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D7749
This commit is contained in:
Aviv Eyal 2013-12-09 13:29:12 -08:00 committed by epriestley
parent b8b7e583ad
commit de969ab540

View file

@ -69,9 +69,8 @@ final class DifferentialLandingToGitHub
return; return;
} }
return $this->createActionView( return $this->createActionView($revision, pht('Land to GitHub'))
$revision, ->setIcon('octocat');
pht('Land to GitHub'));
} }
public function pushWorkspaceRepository( public function pushWorkspaceRepository(