1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

Added + icon for File Application

Summary:
I personally upload plenty of files on my own, so I added it to the File application, too

thanks for adding the others btw, I love them

Test Plan: saw it pop up on the home page

Reviewers: chad, epriestley, btrahan, codeblock

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4583
This commit is contained in:
Anh Nhan Nguyen 2013-01-22 12:47:36 -08:00 committed by epriestley
parent 07767fda00
commit 10dc58c9f3

View file

@ -26,6 +26,10 @@ final class PhabricatorApplicationFiles extends PhabricatorApplication {
return self::GROUP_UTILITIES;
}
public function getQuickCreateURI() {
return $this->getBaseURI().'upload/';
}
public function getRoutes() {
return array(
'/F(?P<id>[1-9]\d*)' => 'PhabricatorFileShortcutController',