Sha256: 86e677bc87cfe1bbaebf3f7e4b4ec1a6062decc08909d1139789076d3d309fe9
Contents?: true
Size: 683 Bytes
Versions: 3
Compression:
Stored size: 683 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='http://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" %> <%= yield %> <%= javascript_include_tag 'application', 'inline_forms_application' %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems