Skip to content

Commit

Permalink
add 'project' icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed May 1, 2017
1 parent f6f570c commit 3b4bbf3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/create_icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'file' => 'file',
'graph' => 'graphs',
'pulse' => 'pulse',
'project' => 'project',
'book' => 'wiki',
'git-commit' => 'commits',
'git-branch' => 'branch',
Expand Down
Binary file added icons/project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion search.php
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ private static function addRepoSubCommands()
'issues ' => array('List, show and create issues', 'issue'),
'milestones' => array('View milestones', 'milestone'),
'network' => array('See the network', 'graphs'),
'projects' => array('View projects'),
'projects' => array('View projects', 'project'),
'pulls' => array('Show open pull requests', 'pull-request'),
'pulse' => array('See recent activity'),
'wiki' => array('Pull up the wiki'),
Expand Down

0 comments on commit 3b4bbf3

Please sign in to comment.