We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db45b76 commit 078ed52Copy full SHA for 078ed52
1 file changed
app/views/members/home/index.html.haml
@@ -76,7 +76,7 @@
76
%span
77
%i.fa.fa-fw.fa-fw.fa-ticket-alt
78
= I18n.t("navigation.activity")
79
- = select_tag :year, options_for_select( @years), class: 'year-selector'
+ = select_tag :year, options_for_select( @years, params['year'] ), class: 'year-selector'
80
%table.table.table-striped
81
%tbody
82
- @participants.each do |activity|
0 commit comments