Sha256: 4667ad168d4f550513ad0d8ac4fa902444f9b3007d7beecba3c0d1c52ee107ef
Contents?: true
Size: 240 Bytes
Versions: 5
Compression:
Stored size: 240 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag :all %> <%= javascript_include_tag :defaults %> <%= csrf_meta_tag %> </head> <body> <%= flash[:notice] %> <%= flash[:error] %> <%= yield %> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems