Sha256: 55cf6d96e6ef9919de35b7b28f1cb9de30e423b4c71a893969782ec91b107041
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>BasicInfo</title> <%= stylesheet_link_tag "basic_info/application", media: "all" %> <%= javascript_include_tag "basic_info/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
basic_info-0.0.1 | app/views/layouts/basic_info/application.html.erb |