Sha256: a727071780e19762e53097fff43a979f9f044ffc7716aeb60fbac1296f876ae2
Contents?: true
Size: 231 Bytes
Versions: 49
Compression:
Stored size: 231 Bytes
Contents
<!DOCTYPE html> <html> <head> <%= yield(:head) %> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
49 entries across 49 versions & 2 rubygems