mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +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
|
||||
%p
|
||||
- if domain.statuses.present?
|
||||
- domain.statuses.each do |s|
|
||||
= s
|
||||
- notes = domain.status_notes[s]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue