Skip to content

Instantly share code, notes, and snippets.

@joelstransky
Last active April 5, 2016 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joelstransky/1fe7109c01e3b036104e9815c08ef8c4 to your computer and use it in GitHub Desktop.
Save joelstransky/1fe7109c01e3b036104e9815c08ef8c4 to your computer and use it in GitHub Desktop.
<span class="match-slot">
<% if @response[index].to_i > 0 %>
<div data-id="<%= @response[index].to_i %>" class="draggable">
<span class="bar"><%= Answer.find_by_id(@response[index]).answer %></span>
</div>
<% end %>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment