Sha256: c85765dfa17be388005a350aa89ec2a62d245918348f760e0a5e87f9b5e4f00e
Contents?: true
Size: 549 Bytes
Versions: 1
Compression:
Stored size: 549 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Caliber of CSS rules</title> <%= csrf_meta_tags %> <%= javascript_include_tag 'http://code.jquery.com/jquery-1.11.0.min.js' %> <%= javascript_include_tag "caliber/application" %> <%= stylesheet_link_tag "caliber/github" %> <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet"> <!--<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>--> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
caliber-0.0.2 | app/views/layouts/caliber/application.html.erb |