mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Story #105846070 - show error message to user when service not available
This commit is contained in:
parent
c926aa4100
commit
352c748258
3 changed files with 8 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
%th{class: 'col-xs-2'}
|
||||
= t(:registrar)
|
||||
%tbody
|
||||
- @domains.each do |x|
|
||||
- @domains.try(:each) do |x|
|
||||
%tr
|
||||
%td= x
|
||||
%td= x.registrant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue