Починка представления главной страницы
This commit is contained in:
parent
aaec25f64c
commit
5d18c95dc4
|
@ -7,8 +7,7 @@ $config = [
|
|||
'aliases' => [
|
||||
'@vendor' => dirname(__DIR__) . '/../../../vendor',
|
||||
'@bower' => '@vendor/bower-asset',
|
||||
'@npm' => '@vendor/npm-asset',
|
||||
'@explosivebit' => '@vendor/explosivebit',
|
||||
'@npm' => '@vendor/npm-asset'
|
||||
],
|
||||
'components' => [
|
||||
'request' => [
|
||||
|
@ -93,7 +92,7 @@ if (YII_ENV_DEV) {
|
|||
'class' => 'yii\debug\Module',
|
||||
'panels' => [
|
||||
'ArangoDB' => [
|
||||
'class' => 'explosivebit\arangodb\panels\arangodb\ArangoDbPanel'
|
||||
'class' => 'mirzaev\yii2\arangodb\panels\arangodb\ArangoDbPanel'
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
|
@ -10,8 +10,8 @@ $this->title = 'SkillParts';
|
|||
<div id="page_index">
|
||||
<div class="info_panel mb-4">
|
||||
<div class="container h-100 d-flex flex-column justify-content-center">
|
||||
<p class="mb-4 gilroy">Проблема с подбором запчастей?</p>
|
||||
<p class="d-flex">
|
||||
<p class="mb-4 ml-0 gilroy">Проблема с подбором запчастей?</p>
|
||||
<p class="ml-0 d-flex">
|
||||
<span class="p-2 px-3 button_call_icon"><i class="fas fa-phone-alt text-white"></i></span>
|
||||
<a class="btn text-white button_clean button_blue button_call" href="/call" role="button">Связаться с менеджером</a>
|
||||
</p>
|
||||
|
|
Reference in New Issue