Differential D21778 Diff 51915 src/applications/auth/controller/config/PhabricatorAuthListController.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/auth/controller/config/PhabricatorAuthListController.php
Show First 20 Lines • Show All 47 Lines • ▼ Show 20 Lines | foreach ($configs as $config) { | ||||
} | } | ||||
$list->addItem($item); | $list->addItem($item); | ||||
} | } | ||||
$list->setNoDataString( | $list->setNoDataString( | ||||
pht( | pht( | ||||
'%s You have not added authentication providers yet. Use "%s" to add '. | '%s You have not added authentication providers yet. Use "%s" to add '. | ||||
'a provider, which will let users register new Phabricator accounts '. | 'a provider, which will let users register new accounts and log in.', | ||||
'and log in.', | |||||
phutil_tag( | phutil_tag( | ||||
'strong', | 'strong', | ||||
array(), | array(), | ||||
pht('No Providers Configured:')), | pht('No Providers Configured:')), | ||||
phutil_tag( | phutil_tag( | ||||
'a', | 'a', | ||||
array( | array( | ||||
'href' => $this->getApplicationURI('config/new/'), | 'href' => $this->getApplicationURI('config/new/'), | ||||
▲ Show 20 Lines • Show All 57 Lines • Show Last 20 Lines |