Sha256: ff95308d47ea97c82c7364f75dfb3e703220c6159f079d931c8ee2fbec465179
Contents?: true
Size: 809 Bytes
Versions: 1
Compression:
Stored size: 809 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Integration test - Unpoly</title> <%= stylesheet_link_tag 'integration_test', media: 'all' %> <%= javascript_include_tag 'integration_test', script_options %> <% if params[:bootstrap] == '1' %> <%= stylesheet_link_tag 'bootstrap_manifest', media: 'all' %> <%= javascript_include_tag 'bootstrap_manifest', script_options %> <%= stylesheet_link_tag 'unpoly-bootstrap3', media: 'all' %> <%= javascript_include_tag 'unpoly-bootstrap3', script_options %> <% end %> <%= csrf_meta_tags %> <meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1'> <%= favicon_link_tag("favicon.png") %> </head> <body> <div class="page"> <%= yield %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unpoly-rails-1.0.3 | spec_app/app/views/layouts/integration_test.erb |