mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
Conpherence - fix see more link
Summary: Fixes T7705. Test Plan: link works Reviewers: chad, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7705 Differential Revision: https://secure.phabricator.com/D12217
This commit is contained in:
parent
b200c3bd78
commit
3f738e1935
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ final class ConpherenceThreadListView extends AphrontView {
|
|||
|
||||
$more_item = id(new PHUIListItemView())
|
||||
->setType(PHUIListItemView::TYPE_LINK)
|
||||
->setHref('/conpherence/room/query/participant/')
|
||||
->setHref('/conpherence/search/query/participant/')
|
||||
->setName(pht('See More'));
|
||||
$menu->addMenuItem($more_item);
|
||||
|
||||
|
|
Loading…
Reference in a new issue