Commit 71301d9c5bb8a1d341b0459c8616755f30011172
1 parent
781852b6
123
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
frontend/views/comments/_form.php
... | ... | @@ -23,6 +23,10 @@ |
23 | 23 | ]), |
24 | 24 | ]); |
25 | 25 | ?> |
26 | + <div class="otz_buttons" style=""> | |
27 | + <a href="#" class="btn_otz more1">Больше отзывов</a> | |
28 | + <a href="#" class="btn_otz write">Написать отзыв</a> | |
29 | + </div> | |
26 | 30 | <div class="add_comment"> |
27 | 31 | <div class="title">Мы обязательно рассмотрим все отзывы!</div> |
28 | 32 | <div class="close_comm"></div> | ... | ... |