Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15461678
D16717.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
704 B
Referenced Files
None
Subscribers
None
D16717.id.diff
View Options
diff --git a/src/applications/conpherence/controller/ConpherenceController.php b/src/applications/conpherence/controller/ConpherenceController.php
--- a/src/applications/conpherence/controller/ConpherenceController.php
+++ b/src/applications/conpherence/controller/ConpherenceController.php
@@ -20,6 +20,12 @@
if ($conpherence) {
$nav->addMenuItem(
id(new PHUIListItemView())
+ ->setName(pht('Joined Rooms'))
+ ->setType(PHUIListItemView::TYPE_LINK)
+ ->setHref($this->getApplicationURI()));
+
+ $nav->addMenuItem(
+ id(new PHUIListItemView())
->setName(pht('Edit Room'))
->setType(PHUIListItemView::TYPE_LINK)
->setHref(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 2, 10:17 AM (3 d, 33 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223224
Default Alt Text
D16717.id.diff (704 B)
Attached To
Mode
D16717: Provide link to all rooms when on mobile Conpherence
Attached
Detach File
Event Timeline
Log In to Comment