1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-20 05:42: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 $this->createActionView(
$revision,
pht('Land to GitHub'));
return $this->createActionView($revision, pht('Land to GitHub'))
->setIcon('octocat');
}
public function pushWorkspaceRepository(