Sha256: e8dec95ab0eff5cfdaef4e20fac64b09d6af1261cc7960c30c3a908139d74c12
Contents?: true
Size: 492 Bytes
Versions: 11
Compression:
Stored size: 492 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> <header> <nav> <ul> <li><%= link_to "Home", root_path %></li> <li><%= link_to "Contact", contact_path %></li> </ul> </nav> </header> <main> <%= yield %> </main> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems