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