Browse Source

Yet another NPE fix

G0dwin-copy-edits
Godwin 6 years ago
committed by GitHub
parent
commit
eb20538beb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/conference_administration/_stats.html.haml

2
app/views/conference_administration/_stats.html.haml

@ -22,5 +22,5 @@
= columns(medium: 12) do
%h3=_'articles.admin.stats.headings.past_stats'
%ul.actions.center
- @past_conferences.each do |conference|
- (@past_conferences || []).each do |conference|
= link_to conference.title, previous_stats_path(@this_conference.slug, conference.slug, format: :xlsx), class: [:button, :download]

Loading…
Cancel
Save