Skip to content

Instantly share code, notes, and snippets.

@csessig86
Last active July 5, 2016 22:35
Show Gist options
  • Save csessig86/380e1a58a2fb7b329247f48cbba3359e to your computer and use it in GitHub Desktop.
Save csessig86/380e1a58a2fb7b329247f48cbba3359e to your computer and use it in GitHub Desktop.
Hoopla quiz module 1
%ul.quiz-submit{:data => {:topic => "Category"}}
-@related_events.each do |e|
= render "events/event_result", event: e
%li.square.module.survey
%p
%strong Which type of event category do you prefer?
.btn-container
%button.answer-btn.btn-large.link
=fa_icon('compass')
%span.text
Out and Active
.btn-container
%button.answer-btn.btn-large.link
=fa_icon('beer')
%span.text
Nightlife
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment