Dashboard
<% @event_documents = event.documents %>
<% if event.year >= 2019 %>
- Questions or Concerns?
<% for document in @event_documents %>
<% @document_vendor_types = document.vendor_types ? document.vendor_types.gsub!(',', '|') : nil %>
<% @document_session_codes = document.session_codes ? document.session_codes.downcase.split(',') : nil %>
<% if document.vendor_types and !document.session_codes and participant.vendor_type.code.match(@document_vendor_types) %>
- <%= dashboard_file_link_to_asset(document.document.url, document.document_name) %>
<% elsif !document.vendor_types and document.session_codes and participant.has_code?(*@document_session_codes) %>
- <%= dashboard_file_link_to_asset(document.document.url, document.document_name) %>
<% elsif document.vendor_types and document.session_codes and participant.vendor_type.code.match(@document_vendor_types) and
participant.has_code?(*@document_session_codes) %>
- <%= dashboard_file_link_to_asset(document.document.url, document.document_name) %>
<% elsif !document.vendor_types and !document.session_codes %>
- <%= dashboard_file_link_to_asset(document.document.url, document.document_name) %>
<% end %>
<% end -%>
<% elsif event.year >= 2015 %>
- Questions or Concerns?
<% if (event.label == 'southeast' or event.label == 'northeast') and participant.vendor_type and !participant.vendor_type.code.match('RD|LS') %>
- Hotel Information
<% end %>
- Travel Information
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') and participant.has_code?('db','pb','dp','gs') %>
- NVP Presentation
<% end %>
<% if (event.label == 'southeast' or event.label == 'southcentral') and participant.vendor_type and !participant.vendor_type.code.match('RD|LS') %>
- Supercross
<% end %>
<% if event.label != 'monona_terrace' and event.label != 'louisville' and event.label != 'milwaukee' %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') %>
- Showcase Guide
<% end %>
<% end %>
<% if event.label == 'monona_terrace' or event.label == 'milwaukee' %>
<% if false %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') %>
<% if participant.has_code?('pb','db','dp','bdp','gs','s') %>
- Expo Guide/Agenda
<% end %>
<% end %>
<% end %>
- Expo Guide/Agenda
<% end %>
<% if event.label == 'louisville' %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') %>
- Expo Guide & Agenda
<% end %>
<% end %>
<% if event.year == 2015 and (event.label == 'northeast' or event.label == 'west' or event.label == 'southeast' or event.label == 'southcentral') %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') and participant.showcase_only? %>
- Sample Program Flyer
<% end %>
<% end %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') %>
- Valley Expo & Displays
<% end %>
- FAQ
<% elsif event.year >= 2010 %>
- Questions or Concerns?
<% if participant.vendor_type and !participant.vendor_type.code.match('RD|LS') %>
- Hotel Information
<% end %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') and participant.has_code?('db','pb','bdp') %>
- NVP Presentation
<% elsif participant.vendor_type and participant.vendor_type.code.match('VEN') and participant.has_code?('dp','gs') %>
- NVP Presentation
<% end %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') and !participant.showcase_only? %>
- Travel Information
<% elsif participant.vendor_type and (participant.vendor_type.code.match('PR|BB|DG') or (participant.vendor_type.code.match('VEN') and participant.showcase_only?)) %>
- Travel Information
<% end %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') %>
- Showcase Guide
<% end %>
<% if (event.label == 'southeast' or event.label == 'southcentral') and participant.vendor_type and !participant.vendor_type.code.match('RD|LS') %>
- Supercross
<% end %>
<% if event.label == 'monona_terrace' or event.label == 'milwaukee' %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') and !participant.showcase_only? %>
- Schedule of Events
<% else %>
- Schedule of Events
<% end %>
<% if event.year < 2014 %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') and !participant.showcase_only? %>
- Sample Presentation
<% end %>
<% end %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') %>
- Sample Program Flyer
<% end %>
<% end %>
<% if event.label == 'northeast' or event.label == 'west' or event.label == 'southeast' or event.label == 'southcentral' %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') and participant.showcase_only? %>
- Sample Program Flyer
<% end %>
<% end %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') %>
- FAQ
<% end %>
<% if participant.vendor_type and participant.vendor_type.code.match('VEN') %>
- Valley Expo & Displays
<% end %>
<% else %>
- Contact Us
- Hotel Information
<% if participant.has_code?(:dp, :gs, :pb, :db) %>
- NVP Presentation
<% end %>
<% if event.year == 2008 %>
<% if participant.showcase_only? %>
- Shipping Information
<% else %>
<% if participant.has_code?(:s) %>
- Shipping Information
<% else %>
- Shipping Information
<% end %>
<% end %>
<% end %>
<% if participant.showcase_only? %>
- Travel Information
<% else %>
- Travel Information
<% end %>
<% if participant.showcase_only? %>
- Showcase Guide
<% else %>
- Showcase Guide
<% end %>
<% if participant.showcase_only? %>
- Schedule of Events
<% else %>
<% if participant.has_code?(:s) %>
- Schedule of Events
<% else %>
- Schedule of Events
<% end %>
<% end %>
<% if participant.has_code?(:pb, :db, :gs, :dp) %>
- Sample Presentation
- Sample Program Flyer
<% end %>
<% if participant.has_code?(:s) %>
- FAQ
<% else %>
- FAQ
<% end %>
- Valley Expo & Displays
<% end %>