From 9544160276acc6229ab619b1d5526b8c5c3ee26f Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Tue, 1 Oct 2019 02:15:44 +0300 Subject: [PATCH] Fix code style in views --- app/views/console/database/collection.phtml | 8 ++++---- app/views/console/users/index.phtml | 2 +- app/views/general/error.phtml | 2 +- app/views/layouts/default.phtml | 4 ++-- app/views/proxy.phtml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/views/console/database/collection.phtml b/app/views/console/database/collection.phtml index df05845622..46f1d2fc3d 100644 --- a/app/views/console/database/collection.phtml +++ b/app/views/console/database/collection.phtml @@ -86,11 +86,11 @@ $collection = $this->getParam('collection', []); - + @@ -101,9 +101,9 @@ $collection = $this->getParam('collection', []); - +
- +
- diff --git a/app/views/console/users/index.phtml b/app/views/console/users/index.phtml index 0ee7c32bed..cf84d0f5ea 100644 --- a/app/views/console/users/index.phtml +++ b/app/views/console/users/index.phtml @@ -315,7 +315,7 @@ $providers = $this->getParam('providers', []); data-param-project-id="{{router.params.project}}" data-scope="console">
    - $data): if(isset($data['enabled']) && !$data['enabled']) { continue; } ?> + $data): if (isset($data['enabled']) && !$data['enabled']) { continue; } ?>