fix unless statement

This commit is contained in:
Stella 2014-03-30 13:28:42 +03:00
parent 628211f0fc
commit dd93d0ad48

View file

@ -13,7 +13,7 @@
%b ID
%th
%b Title
- unless @conference.call_for_papers.blank? or @conference.call_for_papers.rating > 0
- unless @conference.call_for_papers.blank? or !(@conference.call_for_papers.rating > 0)
%th
%b Rating
%th