From e9abe40c3e43dfd6dd2051b2b1e12ec3e5087c48 Mon Sep 17 00:00:00 2001 From: Stas Date: Wed, 27 Jul 2016 17:52:21 +0300 Subject: [PATCH] 118007975-another_alg_added --- app/views/registrar/domains/partials/_dnskeys.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/registrar/domains/partials/_dnskeys.haml b/app/views/registrar/domains/partials/_dnskeys.haml index fc7a8c6f6..7e8e5b940 100644 --- a/app/views/registrar/domains/partials/_dnskeys.haml +++ b/app/views/registrar/domains/partials/_dnskeys.haml @@ -33,8 +33,8 @@ = x.css('keyData').css('protocol').text %tr %td - %b= "#{t(:public_key)}:" - = x.css('alg').text + %b= "#{t(:algorithm)}:" + = x.css('alg').last.text %tr %td{:colspan => "3"} %b= "#{t(:public_key)}:" @@ -54,7 +54,7 @@ %b= "#{t(:protocol)}:" = x.css('protocol').text %td - %b= "#{t(:public_key)}:" + %b= "#{t(:algorithm)}:" = x.css('alg').text %tr %td{:colspan => "3"}