Sha256: 285a381df6024762d0503305ccdb208f83b4f0657325f966c33ad6a062546a4f
Contents?: true
Size: 252 Bytes
Versions: 2
Compression:
Stored size: 252 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>RailsWap</title> <%= stylesheet_link_tag "rails_wap/application", media: "all" %> <%= javascript_include_tag "rails_wap/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
rails-wap-0.0.1 | app/views/layouts/rails_wap/application.html.erb |
rails_wap-0.0.1 | app/views/layouts/rails_wap/application.html.erb |