Skip to content

Commit de969ab

Browse files
Aviv Eyalepriestley
Aviv Eyal
authored and
epriestley
committedDec 9, 2013
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
1 parent b8b7e58 commit de969ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎src/applications/differential/landing/DifferentialLandingToGitHub.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ public function createMenuItems(
6969
return;
7070
}
7171

72-
return $this->createActionView(
73-
$revision,
74-
pht('Land to GitHub'));
72+
return $this->createActionView($revision, pht('Land to GitHub'))
73+
->setIcon('octocat');
7574
}
7675

7776
public function pushWorkspaceRepository(

0 commit comments

Comments
 (0)
Failed to load comments.