Remove unneeded HTML

This commit is contained in:
Artur Beljajev 2019-10-16 19:22:54 +03:00
parent 64ea8d328a
commit 5e0c63b2b5
3 changed files with 18 additions and 20 deletions

View file

@ -1,5 +1,5 @@
- domains = contact.all_domains(page: params[:domain_page], per: 20, params: params) - domains = contact.all_domains(page: params[:domain_page], per: 20, params: params)
#contacts.panel.panel-default .panel.panel-default
.panel-heading .panel-heading
.pull-left .pull-left
= t(:domains) = t(:domains)

View file

@ -3,7 +3,6 @@
<%= t(:statuses) %> <%= t(:statuses) %>
</div> </div>
<div class="table-responsive">
<table class="table table-hover table-bordered table-condensed"> <table class="table table-hover table-bordered table-condensed">
<thead> <thead>
<tr> <tr>
@ -22,4 +21,3 @@
</tbody> </tbody>
</table> </table>
</div> </div>
</div>

View file

@ -1,5 +1,5 @@
- domains = contact.all_domains(page: params[:domain_page], per: 20, params: params) - domains = contact.all_domains(page: params[:domain_page], per: 20, params: params)
#contacts.panel.panel-default .panel.panel-default
.panel-heading .panel-heading
.pull-left .pull-left
= t(:domains) = t(:domains)