Sha256: 84136e2cc223d8c9552f84c9bb5dffbb27045310085543dd61a03504c02df7ce
Contents?: true
Size: 275 Bytes
Versions: 1
Compression:
Stored size: 275 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>SampleApp</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <div class="container-fluid"> <%= yield %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
generic_form_for-0.0.1 | sample_app/app/views/layouts/application.html.erb |