Commit 2f410996f3832abb405da807f5c7d2a3f91992f3
1 parent
c7971bf4
git
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
frontend/views/accounts/_portfolio_form.php
@@ -127,7 +127,9 @@ $form = ActiveForm::begin(); | @@ -127,7 +127,9 @@ $form = ActiveForm::begin(); | ||
127 | 'multi' => false, | 127 | 'multi' => false, |
128 | 'gallery' => $portfolio->cover, | 128 | 'gallery' => $portfolio->cover, |
129 | 'name' => 'Загрузить фото', | 129 | 'name' => 'Загрузить фото', |
130 | - ]); ?> | 130 | + ]) |
131 | + ->label(false) | ||
132 | + ?> | ||
131 | </div> | 133 | </div> |
132 | 134 | ||
133 | <div class="input-blocks-wrapper"> | 135 | <div class="input-blocks-wrapper"> |