Sha256: 6a59cba02a8000571e7ecc03aec5bb45c4caf1f9fb6341870ba734ebde60ed93
Contents?: true
Size: 726 Bytes
Versions: 62
Compression:
Stored size: 726 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css' /> <title><%= t('application_name') + " v" + InlineForms::VERSION -%></title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "vendor/modernizr" %> <%= csrf_meta_tags %> </head> <body> <%= render "inline_forms/header" %> <%= render "/inline_forms_tabs" %> <div id="outer_container"> <%= yield %> </div> <%= javascript_include_tag 'application', 'inline_forms_application' %> </body> </html>
Version data entries
62 entries across 62 versions & 1 rubygems