Skip to content

Instantly share code, notes, and snippets.

@cfitz
Created November 18, 2010 20:07
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 cfitz/705523 to your computer and use it in GitHub Desktop.
Save cfitz/705523 to your computer and use it in GitHub Desktop.
_show.html.erb
<% javascript_includes << "/plugin_assets/fluid-infusion/infusion-1.2-src/lib/jquery/ui/js/jquery.ui.accordion.js" %>
<% javascript_includes << 'custom' %>
<% javascript_includes << "catalog/show" %>
<div class="document_viewer" id="cover_container">
<div id="accordion">
<h2 class="section-title"><a href="#">Description</a></h2>
<%= render :partial => 'hydra_tunes/show_description' %>
<h2 class="section-title"><a href="#">Download Files</a></h2>
<div id="uploads" data-pid=<%= params[:id] %>></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment