mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +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:
parent
07767fda00
commit
10dc58c9f3
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ final class PhabricatorApplicationFiles extends PhabricatorApplication {
|
||||||
return self::GROUP_UTILITIES;
|
return self::GROUP_UTILITIES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getQuickCreateURI() {
|
||||||
|
return $this->getBaseURI().'upload/';
|
||||||
|
}
|
||||||
|
|
||||||
public function getRoutes() {
|
public function getRoutes() {
|
||||||
return array(
|
return array(
|
||||||
'/F(?P<id>[1-9]\d*)' => 'PhabricatorFileShortcutController',
|
'/F(?P<id>[1-9]\d*)' => 'PhabricatorFileShortcutController',
|
||||||
|
|
Loading…
Reference in a new issue