mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Merge pull request #925 from internetee/remove-dead-code
Remove dead code
This commit is contained in:
commit
d21422325a
2 changed files with 0 additions and 24 deletions
|
@ -1,3 +0,0 @@
|
||||||
module DomainVersionObserver
|
|
||||||
extend ActiveSupport::Concern
|
|
||||||
end
|
|
|
@ -1,21 +0,0 @@
|
||||||
- content_for :actions do
|
|
||||||
= render 'shared/title', name: t(:registrars)
|
|
||||||
|
|
||||||
.row
|
|
||||||
.col-md-12
|
|
||||||
.table-responsive
|
|
||||||
%table.table.table-hover.table-bordered.table-condensed
|
|
||||||
%thead
|
|
||||||
%tr
|
|
||||||
%th{class: 'col-xs-6'}
|
|
||||||
= sort_link(@q, 'name')
|
|
||||||
%th{class: 'col-xs-6'}
|
|
||||||
= sort_link(@q, 'reg_no', Registrar.human_attribute_name(:reg_no))
|
|
||||||
%tbody
|
|
||||||
- @registrars.each do |x|
|
|
||||||
%tr
|
|
||||||
%td= link_to(x, [:registrar, x])
|
|
||||||
%td= x.reg_no
|
|
||||||
.row
|
|
||||||
.col-md-12
|
|
||||||
= paginate @registrars
|
|
Loading…
Add table
Add a link
Reference in a new issue