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