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