Commit 28c0b05d5a4bbad6d7aae73a870473c35db5a4dd
1 parent
1c9f9541
fix legal feedback form - delete contacts
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
frontend/views/site/legal.php
@@ -68,11 +68,6 @@ $this->registerJs($js, View::POS_END); | @@ -68,11 +68,6 @@ $this->registerJs($js, View::POS_END); | ||
68 | <div class="row"> | 68 | <div class="row"> |
69 | <div class="col-xs-12 legal-form-wrapp"> | 69 | <div class="col-xs-12 legal-form-wrapp"> |
70 | <div class="legal-form"> | 70 | <div class="legal-form"> |
71 | - <div class="legal-form-contacts"> | ||
72 | - <div><span class="phone">+38 067 326 38 81</span></div> | ||
73 | - <div><a class="mail" href="mailto:haichenko_ky@kbenergy.com.ua">haichenko_ky@kbenergy.com.ua</a> | ||
74 | - </div> | ||
75 | - </div> | ||
76 | <?php $form = ActiveForm::begin( | 71 | <?php $form = ActiveForm::begin( |
77 | [ | 72 | [ |
78 | 'id' => 'legal-form', | 73 | 'id' => 'legal-form', |