mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #56 from differentreality/events_rating_column
fix unless statement
This commit is contained in:
commit
ddb2fa4fe9
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