Fix some Maniphest links

Summary: A few things link to old URIs for Maniphest, update them.

Test Plan: Clicked all the things.

Reviewers: chad, btrahan

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D6989
This commit is contained in:
epriestley
2013-09-13 16:56:21 -07:00
parent ba37594362
commit c6ea59ae0d
7 changed files with 16 additions and 36 deletions

View File

@@ -32,11 +32,9 @@ final class ManiphestTaskProjectsView extends ManiphestView {
}
} else {
$tags[] = phutil_tag(
'a',
'span',
array(
'class' => 'phabricator-project-tag phabricator-project-tag-grey',
'href' => '/maniphest/view/all/?s&projects='.
ManiphestTaskOwner::PROJECT_NO_PROJECT
),
pht('No Project'));
}