mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Available during registration or after conference Co-authored-by: Shyukri <shshyukriev@suse.com> Co-authored-by: Henne <hvogel@opensuse.org> Co-authored-by: Moises <mdeniz@suse.com>
7 lines
353 B
Text
7 lines
353 B
Text
- surveys.each do |survey|
|
|
- if survey.survey_submissions.find_by(user: current_user)
|
|
%i.fa.fa-check-square-o.text-success{ title: 'Thank you for filling out the survey' }
|
|
- else
|
|
%i.fa.fa-minus-square-o.text-danger{ title: 'Please fill out the survey' }
|
|
= link_to survey.title, conference_survey_path(conference.short_title, survey)
|
|
%br
|