fix unless statement
This commit is contained in:
parent
628211f0fc
commit
dd93d0ad48
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue