Removed empty conference type lists on conference list page

This commit is contained in:
Godwin 2016-12-25 11:48:03 -08:00
parent 20bacdcc2d
commit 6d23bb784c

View File

@ -18,6 +18,7 @@
= row do
= columns(medium: 12, id: :conferences, class: 'list-view') do
- @conference_list.each do | type, list |
- if list.present?
%h3=_"articles.conferences.headings.types.#{type.to_s}", :t
%ul
- list.each do | conference |