Skip to content

Instantly share code, notes, and snippets.

@vincentpaca
Created November 12, 2011 10:23
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 vincentpaca/1360353 to your computer and use it in GitHub Desktop.
Save vincentpaca/1360353 to your computer and use it in GitHub Desktop.
Application
<!DOCTYPE html>
<html>
<head>
<title>Mobile</title>
<%= stylesheet_link_tag "/jqtouch/jqtouch.css", "/jqtouch/themes/jqt/theme.css" %>
<%= javascript_include_tag "/jqtouch/jquery-1.4.2.min.js", "/jqtouch/jqtouch.js", "mobile" %>
<%= csrf_meta_tag %>
</head>
<body>
<div class="home">
<div class="toolbar">
<h1>Test App</h1>
</div>
<%= yield %>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment