Sha256: e0c848d16418c5df40fb5623dbbd0222c5306b8bb7a6b2c49811e59ef568ce05
Contents?: true
Size: 354 Bytes
Versions: 36
Compression:
Stored size: 354 Bytes
Contents
<!DOCTYPE html> <html> <head> <title></title> <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> <%= javascript_include_tag "application", "data-turbolinks-track" => true %> <%= csrf_meta_tags %> </head> <body> <%= render 'layouts/header' %> <%= yield %> <%= render 'layouts/footer' %> </body> </html>
Version data entries
36 entries across 36 versions & 1 rubygems