Commit 2f410996f3832abb405da807f5c7d2a3f91992f3

Authored by Виталий
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 127 'multi' => false,
128 128 'gallery' => $portfolio->cover,
129 129 'name' => 'Загрузить фото',
130   - ]); ?>
  130 + ])
  131 + ->label(false)
  132 + ?>
131 133 </div>
132 134  
133 135 <div class="input-blocks-wrapper">
... ...