Sha256: 879e50dbd362377562f9be7527dc40e7776fa36a454929b15f750ca3da80ff46
Contents?: true
Size: 288 Bytes
Versions: 8
Compression:
Stored size: 288 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> <%= link_to 'Sign out', destroy_user_session_path, :method => :delete %> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems