diff --git a/frontend/views/accounts/_portfolio_form.php b/frontend/views/accounts/_portfolio_form.php index 30279de..56e175c 100644 --- a/frontend/views/accounts/_portfolio_form.php +++ b/frontend/views/accounts/_portfolio_form.php @@ -127,7 +127,9 @@ $form = ActiveForm::begin(); 'multi' => false, 'gallery' => $portfolio->cover, 'name' => 'Загрузить фото', - ]); ?> + ]) + ->label(false) + ?>
-- libgit2 0.21.4