diff --git a/app/views/admin/registrars/show.haml b/app/views/admin/registrars/show.haml index 728386f36..e3966583f 100644 --- a/app/views/admin/registrars/show.haml +++ b/app/views/admin/registrars/show.haml @@ -100,6 +100,6 @@ - if x.ipv4.present? = link_to(x.ipv4, [:admin, @registrar, x]) %td - - x.ipv6.present? + - if x.ipv6.present? = link_to(x.ipv6, [:admin, @registrar, x]) %td= x.interfaces.join(', ').upcase