Last active
July 5, 2016 22:35
-
-
Save csessig86/380e1a58a2fb7b329247f48cbba3359e to your computer and use it in GitHub Desktop.
Hoopla quiz module 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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