Commit 3d164df81ec9d00e57755360a1e27e8632fe1167

Authored by Eugeny Galkovskiy
1 parent b8890663

123

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