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:
parent
b8b7e583ad
commit
de969ab540
1 changed files with 2 additions and 3 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue