mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
118007975-html_fixes
This commit is contained in:
parent
c67233e694
commit
2a4a8497ea
1 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@
|
|||
= x.css('alg').first.text
|
||||
%tr
|
||||
%td
|
||||
%b= "#{t(:flag)}:"
|
||||
%b= "#{t(:ds_digest_type)}:"
|
||||
= x.css('digestType').text
|
||||
%tr
|
||||
%td
|
||||
|
@ -43,7 +43,7 @@
|
|||
= x.css('pubKey').text
|
||||
%tr
|
||||
%td{:colspan => "3"}
|
||||
= " "
|
||||
= " ".html_safe
|
||||
|
||||
- if @data.css('dsData').empty?
|
||||
- @data.css('keyData').each do |x|
|
||||
|
@ -63,4 +63,4 @@
|
|||
= x.css('pubKey').text
|
||||
%tr
|
||||
%td{:colspan => "3"}
|
||||
= " "
|
||||
= " ".html_safe
|
Loading…
Add table
Add a link
Reference in a new issue