mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Merge branch '118007975-dns_management' into staging
This commit is contained in:
commit
d0d1d34353
1 changed files with 3 additions and 3 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue