Sha256: 10c9b2a9cc49783df456c6a296e519c6342b4b2d0b1e1c6d79ebded288c562bd
Contents?: true
Size: 345 Bytes
Versions: 7
Compression:
Stored size: 345 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Extr</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <%= ext_base_tag %> <%#= ext :debug => true, :include_stylesheets => true %> <%= yield :head %> </head> <body> <div class="rails"> <%= yield %> </div> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems