Sha256: 84d4f6488203236f36779744ae9e00e25e20dfcd04e814d6253d1b51e249adc7
Contents?: true
Size: 304 Bytes
Versions: 10
Compression:
Stored size: 304 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <p class=notice><%= notice %></p> <p class=alert><%= alert %></p> <%= yield %> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems