Commit 36801e2c47b39977e1591c03f2f2605afc0b72e2

Authored by Alexey Boroda
2 parents 5de17c7c 4b471693

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
frontend/views/site/comments.php
@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
14 <div class="container"> 14 <div class="container">
15 <div class="row"> 15 <div class="row">
16 <div class="col-md-12"> 16 <div class="col-md-12">
17 - <h4 class="text-uppercase title-comment">Отзывы</h4> 17 + <h4 class="text-uppercase title-comment">Оставить отзыв</h4>
18 <?php 18 <?php
19 echo CommentWidget::widget( 19 echo CommentWidget::widget(
20 [ 20 [
@@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
22 'display_name' => 'name', 22 'display_name' => 'name',
23 'entityIdAttribute' => 'id', 23 'entityIdAttribute' => 'id',
24 'reply' => true, 24 'reply' => true,
25 - 'layout' => "{list}<div class='comments-border'></div><h4 class='text-uppercase title-comment'>Оставить отзыв</h4>{form} {reply_form}", 25 + 'layout' => "{form}<div class='comments-border'></div><h4 class='text-uppercase title-comment'>Отзывы</h4>{list} {reply_form}",
26 'delete' => false, 26 'delete' => false,
27 'more' => [ 27 'more' => [
28 'show_' => true, 28 'show_' => true,