Skip to content

Commit

Permalink
Forgot to add float toc toggle to vars only quickref.
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Nov 20, 2010
1 parent e7ed703 commit 14e927c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/views/main/.#clojure_core_shortdesc.html.erb

This file was deleted.

7 changes: 6 additions & 1 deletion app/views/main/clojure_core_vars_only.html.erb
Expand Up @@ -9,6 +9,11 @@
<%= render :partial => 'lib_nav', :locals => {:lib => @library} %>
<div class="clear"></div>
<div class="toc">
<div class="toc_controls">
<input type="checkbox" id="floating_toc" name="floating_toc" checked="checked" />
<label for="floating_toc">Float TOC</label>
</div>

<h2>Table of Contents</h2>
<% @spheres.each do |s| %>
<div class="sphere">
Expand Down Expand Up @@ -70,4 +75,4 @@
<%= render :partial => '/lib_namespaces' %>
</div>
</div>
<div class="container_16">
<div class="container_16">

0 comments on commit 14e927c

Please sign in to comment.