Skip to content

Instantly share code, notes, and snippets.

@itsbth
Created December 17, 2011 21:03
Show Gist options
  • Select an option

  • Save itsbth/1491375 to your computer and use it in GitHub Desktop.

Select an option

Save itsbth/1491375 to your computer and use it in GitHub Desktop.
Uploaded by UploadToGist for Sublime Text 2
!!!
%html
%head
%title DupeShare
= stylesheet_link_tag "application"
= javascript_include_tag "application"
= csrf_meta_tags
:javascript
setTimeout(function () {
window.location.reload();
}, 1000 * 10);
%body
= render partial: 'shared/nav'
.container
= yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment