Skip to content

Instantly share code, notes, and snippets.

@banister
Created May 9, 2013 17:44
Show Gist options
  • Select an option

  • Save banister/5549159 to your computer and use it in GitHub Desktop.

Select an option

Save banister/5549159 to your computer and use it in GitHub Desktop.
<div id="wrap">
<div id="header-region"></div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span3">
<div class="well sidebar-nav">
<div id="sidebar-region"></div>
</div>
</div>
<div class="span9">
<div id="main-region" class="container"></div>
</div>
</div>
</div>
<!-- Just testing websockets -->
<div id="socket-region"></div>
<div id="push"></div>
</div>
<div id="footer-region"></div>
<%= javascript_tag do %>
$(function() {
Demo.start({
currentUser: gon.current_user
});
});
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment