Sha256: 85e3507e557e0b73d32f1c0555e3e1715f9dfae20fc6ca41dad15c20f0fde0df
Contents?: true
Size: 253 Bytes
Versions: 22
Compression:
Stored size: 253 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= link_to "Sign in", '/sign_in' %> <%= yield %> </body> </html>
Version data entries
22 entries across 22 versions & 1 rubygems