1
0
Fork 0
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:
Bob Trahan 2015-03-30 16:53:54 -07:00
parent b200c3bd78
commit 3f738e1935

View file

@ -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);