mirror of
https://github.com/internetee/registry.git
synced 2025-05-30 01:20:04 +02:00
111396946-style_change
This commit is contained in:
parent
db819447c6
commit
2650ca1922
1 changed files with 4 additions and 3 deletions
|
@ -51,9 +51,10 @@
|
||||||
%td= x.name
|
%td= x.name
|
||||||
%td= l(x.created_at, format: :short)
|
%td= l(x.created_at, format: :short)
|
||||||
%td= l(x.updated_at, format: :short)
|
%td= l(x.updated_at, format: :short)
|
||||||
%td{class: 'col-xs-1'}
|
%td
|
||||||
= link_to(t(:delete), delete_admin_blocked_domain_path(id: x.id),
|
%div{class: 'text-center'}
|
||||||
data: { confirm: t(:are_you_sure) }, class: 'btn btn-danger btn-xs center-block')
|
= link_to(t(:delete), delete_admin_blocked_domain_path(id: x.id),
|
||||||
|
data: { confirm: t(:are_you_sure) }, class: 'btn btn-danger btn-xs')
|
||||||
.row
|
.row
|
||||||
.col-md-6
|
.col-md-6
|
||||||
= paginate @domains
|
= paginate @domains
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue