mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Remove "MetaMTA Transcripts" and "Herald Transcripts" links from Differential
Summary: These actions are dumb, and not smart, and no one likes them. Test Plan: Looked at a revision and saw fewer actions; higher average action quality. Reviewers: chad Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D5304
This commit is contained in:
parent
8821ab57c0
commit
c91253c691
1 changed files with 0 additions and 14 deletions
|
@ -537,20 +537,6 @@ final class DifferentialRevisionViewController extends DifferentialController {
|
||||||
'sigil' => 'workflow',
|
'sigil' => 'workflow',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($user->getIsAdmin()) {
|
|
||||||
$links[] = array(
|
|
||||||
'icon' => 'file',
|
|
||||||
'name' => pht('MetaMTA Transcripts'),
|
|
||||||
'href' => "/mail/?phid={$revision_phid}",
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
$links[] = array(
|
|
||||||
'icon' => 'file',
|
|
||||||
'name' => pht('Herald Transcripts'),
|
|
||||||
'href' => "/herald/transcript/?phid={$revision_phid}",
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$request_uri = $this->getRequest()->getRequestURI();
|
$request_uri = $this->getRequest()->getRequestURI();
|
||||||
|
|
Loading…
Reference in a new issue