Sha256: 3627d386650d468e26b5e78381e86bbfa9bc912a15719c9ad0035edaa80c02e2
Contents?: true
Size: 301 Bytes
Versions: 14
Compression:
Stored size: 301 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= content_for?(:page_title) ? yield(:page_title) : default_page_title %></title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
14 entries across 14 versions & 1 rubygems