Ignore empty statuse notes in history #2852

This commit is contained in:
Priit Tark 2015-08-27 13:31:25 +03:00
parent 12ec22526e
commit 87cae43536

View file

@ -36,6 +36,7 @@
- if domain.statuses.present? - if domain.statuses.present?
- domain.statuses.each do |s| - domain.statuses.each do |s|
= s = s
- if domain.status_notes.present?
- notes = domain.status_notes[s] - notes = domain.status_notes[s]
- if notes - if notes
%br %br