@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix wrong link to "Create Rule" in Herald mobile view

Summary: The link pointed to `create/`, which gives as `404`.

Test Plan: clicked the link. It worked.

Reviewers: epriestley, #blessed_reviewers, chad

Reviewed By: chad

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D7698

authored by

Richard van Velzen and committed by
epriestley
16a7eaa7 61f5461e

+1 -1
+1 -1
src/applications/herald/controller/HeraldController.php
··· 39 39 $nav->setBaseURI(new PhutilURI($this->getApplicationURI())); 40 40 41 41 if ($for_app) { 42 - $nav->addFilter('create', pht('Create Rule')); 42 + $nav->addFilter('new', pht('Create Rule')); 43 43 } 44 44 45 45 id(new HeraldRuleSearchEngine())