mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-02 02:40:58 +01:00
Give "delete Repository" a disabled style
Summary: Some discussion on IRC. This is more consistent with other disabled items, which are click-to-explain. Test Plan: Viewed UI, clicked link. Reviewers: btrahan, dctrwatson, asherkin Reviewed By: asherkin CC: aran Differential Revision: https://secure.phabricator.com/D7857
This commit is contained in:
parent
8c1a5eb0ca
commit
da3be5071b
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ final class DiffusionRepositoryEditMainController
|
|||
->setIcon('delete')
|
||||
->setHref(
|
||||
$this->getRepositoryControllerURI($repository, 'edit/delete/'))
|
||||
->setDisabled(true)
|
||||
->setWorkflow(true));
|
||||
|
||||
return $view;
|
||||
|
|
Loading…
Reference in a new issue