Skip to content

Commit

Permalink
add right panel toggle to release page
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 9, 2014
1 parent 2062fa1 commit 27d5729
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions root/release.html
Expand Up @@ -25,11 +25,14 @@
<%- INCLUDE inc/release-tools.html %>
</ul>

<button id="right-panel-toggle" class="btn-link" onclick="togglePanel('right'); return false;"><span class="panel-hidden">Show</span><span class="panel-visible">Hide</span> Right Panel</button>
<div id="right-panel" class="pull-right">
<div class="box-right hidden-phone">
<% INCLUDE inc/author-pic.html author = author %>
<% INCLUDE inc/contributors.html contributors = contributors %>
</div>
<% INCLUDE inc/dependencies.html dependencies = release.dependency %>
</div>

<div class="content">

Expand Down

0 comments on commit 27d5729

Please sign in to comment.