Commit 28c0b05d5a4bbad6d7aae73a870473c35db5a4dd

Authored by mzavalniuk
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 68 <div class="row">
69 69 <div class="col-xs-12 legal-form-wrapp">
70 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 71 <?php $form = ActiveForm::begin(
77 72 [
78 73 'id' => 'legal-form',
... ...