Godwin
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/views/conference_administration/_stats.html.haml
|
@ -22,5 +22,5 @@ |
|
|
= columns(medium: 12) do |
|
|
= columns(medium: 12) do |
|
|
%h3=_'articles.admin.stats.headings.past_stats' |
|
|
%h3=_'articles.admin.stats.headings.past_stats' |
|
|
%ul.actions.center |
|
|
%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] |
|
|
= link_to conference.title, previous_stats_path(@this_conference.slug, conference.slug, format: :xlsx), class: [:button, :download] |
|
|