Sha256: a70e84c5f64d761bb928896d3fae7976678de4318261f2e44cecb629bd9f9553

Contents?: true

Size: 698 Bytes

Versions: 41

Compression:

Stored size: 698 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' %>
  </body>
</html>

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
inline_forms-3.0.43 lib/generators/views/layouts/inline_forms.html.erb