mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix new Countdown link
Summary: Correct the url for edit engine. Fixes T11046 Test Plan: new install -> clicky green button Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T11046 Differential Revision: https://secure.phabricator.com/D16078
This commit is contained in:
parent
ffb50ef45d
commit
c71f92a1eb
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ final class PhabricatorCountdownSearchEngine
|
|||
$create_button = id(new PHUIButtonView())
|
||||
->setTag('a')
|
||||
->setText(pht('Create a Countdown'))
|
||||
->setHref('/countdown/create/')
|
||||
->setHref('/countdown/edit/')
|
||||
->setColor(PHUIButtonView::GREEN);
|
||||
|
||||
$icon = $this->getApplication()->getIcon();
|
||||
|
|
Loading…
Reference in a new issue