Check for existence of the CFP before showing ratings

This commit is contained in:
Henne Vogelsang 2014-03-27 14:16:51 +01:00
parent 26a54a0f79
commit 997df20ed0

View file

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