Sha256: 505fe04449ec68d92a395342d6eab9a67f627e486769c31649b9cb91088dd28d
Contents?: true
Size: 243 Bytes
Versions: 4
Compression:
Stored size: 243 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Standup Test App</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems