Commit 5f3801d4e55f7a6e706e4ea4dafcbd07ed73e0e2

Authored by Eugeny Galkovskiy
1 parent 14d303a0

123

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/comments/_form.php
... ... @@ -26,7 +26,7 @@
26 26 <div class="form-comm-wr">
27 27 <?php
28 28  
29   - echo $form->field($comment_model, 'text', [ 'options' => [ 'class' => 'form-group input_bl area_bl' ] ])
  29 + echo $form->field($comment_model, 'text', [ 'options' => [ 'class' => 'form-group input_bl area_bl', 'placeholder' => 'Комментарий' ] ])
30 30 ->textarea();
31 31  
32 32 echo $form->field($comment_model, 'username', [ 'options' => [ 'class' => 'form-group input_bl' ] ])
... ...