Sha256: 96d0829eebe05649d1a5d9f6340d6a2376f3feed0529df7719d3218f62588b56
Contents?: true
Size: 469 Bytes
Versions: 14
Compression:
Stored size: 469 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <%= alert %> <%= notice %> <a data-method="delete" href="/users/sign_out" rel="nofollow">Sign Out</a> <%= link_to "ThinkFeelDo", root_path, class: "navbar-brand" %> <%= yield %> </body> </html>
Version data entries
14 entries across 14 versions & 1 rubygems