From 2f410996f3832abb405da807f5c7d2a3f91992f3 Mon Sep 17 00:00:00 2001 From: icemate Date: Tue, 19 Apr 2016 17:52:18 +0300 Subject: [PATCH] git --- frontend/views/accounts/_portfolio_form.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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