Merge pull request #56 from differentreality/events_rating_column

fix unless statement
This commit is contained in:
Henne Vogelsang 2014-03-31 11:56:46 +02:00
commit ddb2fa4fe9

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