Fix nil error in warning e-mail template (#11812)

lolsob-rspec
Eugen Rochko 2019-09-12 01:51:01 +02:00 committed by GitHub
parent 4291b74031
commit a74b17635b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
%table.content-section{ cellspacing: 0, cellpadding: 0 }
%tbody
%tr
%td.content-cell{ class: @statuses.empty? ? '' : 'content-start' }
%td.content-cell{ class: @statuses.nil? || @statuses.empty? ? '' : 'content-start' }
%table.column{ cellspacing: 0, cellpadding: 0 }
%tbody
%tr