Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15414266
D16717.id40259.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
701 B
Referenced Files
None
Subscribers
None
D16717.id40259.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('All 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
Thu, Mar 20, 11:49 PM (1 d, 13 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7714643
Default Alt Text
D16717.id40259.diff (701 B)
Attached To
Mode
D16717: Provide link to all rooms when on mobile Conpherence
Attached
Detach File
Event Timeline
Log In to Comment