Sha256: 0cc8bf5ac66362d3dc1b8dd597eae26265c6f0249ae785ab6b209794a54ef340
Contents?: true
Size: 287 Bytes
Versions: 1
Compression:
Stored size: 287 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>TwitterRatchetRails</title> <%= stylesheet_link_tag "twitter_ratchet_rails/application", media: "all" %> <%= javascript_include_tag "twitter_ratchet_rails/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twitter_ratchet_rails-0.0.1 | app/views/layouts/twitter_ratchet_rails/application.html.erb |