Skip to content

Instantly share code, notes, and snippets.

@jagmitg
Created March 30, 2012 00:05
Show Gist options
  • Save jagmitg/2245104 to your computer and use it in GitHub Desktop.
Save jagmitg/2245104 to your computer and use it in GitHub Desktop.
<ol class="noDots">
<% @screening.cinema.each do |cinema| %>
<li>
<div data-role="collapsible" data-theme="b" data-content-theme="d" >
<h3><%= screening.name %></h3>
</div>
</li>
<% end %>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment