mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Ignore empty statuses in history #2852
This commit is contained in:
parent
112fe578ae
commit
12ec22526e
1 changed files with 7 additions and 6 deletions
|
@ -33,6 +33,7 @@
|
||||||
|
|
||||||
%td
|
%td
|
||||||
%p
|
%p
|
||||||
|
- if domain.statuses.present?
|
||||||
- domain.statuses.each do |s|
|
- domain.statuses.each do |s|
|
||||||
= s
|
= s
|
||||||
- notes = domain.status_notes[s]
|
- notes = domain.status_notes[s]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue