mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 01:36:02 +02:00
Reformat code
This commit is contained in:
parent
76208a4eea
commit
ef0126367c
1 changed files with 19 additions and 16 deletions
|
@ -16,7 +16,7 @@
|
|||
<%= render 'search_form' %>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="table-responsive">
|
||||
|
@ -37,6 +37,7 @@
|
|||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<%= render @domains %>
|
||||
</tbody>
|
||||
|
@ -44,13 +45,15 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<%= paginate @domains %>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 text-right">
|
||||
<div class="pagination">
|
||||
<%= t(:result_count, count: @domains.total_count) %>
|
||||
<%= t :result_count, count: @domains.total_count %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue