Sha256: 2d214a8cc437bb5f58f560c43a191c9c22b37e9b6777eb1d619157baf276f870
Contents?: true
Size: 221 Bytes
Versions: 11
Compression:
Stored size: 221 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag :all %> <%= javascript_include_tag :defaults %> <%= csrf_meta_tag %> <%= yield :header %> </head> <body> <%= yield %> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems